audio_midi/css : Added margins between rows.

This commit is contained in:
kevin 2025-04-19 13:50:59 -04:00
parent 415f0ca955
commit f0c8c08899

View File

@ -64,6 +64,8 @@ label {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
background-color: LightBlue; background-color: LightBlue;
margin-top: 10px;
margin-bottom: 10px;
} }
.uiCol { .uiCol {