From f0c8c08899f4c23555c42e29f30c0eda8fd7dc88 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 19 Apr 2025 13:50:59 -0400 Subject: [PATCH] audio_midi/css : Added margins between rows. --- html/audio_midi/css/ui.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/audio_midi/css/ui.css b/html/audio_midi/css/ui.css index 509e421..131c04d 100644 --- a/html/audio_midi/css/ui.css +++ b/html/audio_midi/css/ui.css @@ -64,6 +64,8 @@ label { flex-direction: row; align-items: center; background-color: LightBlue; + margin-top: 10px; + margin-bottom: 10px; } .uiCol {