diff --git a/styles/ui.css b/styles/ui.css index e9ac71c..b302a51 100644 --- a/styles/ui.css +++ b/styles/ui.css @@ -174,6 +174,10 @@ nav .input-field label { left: auto !important; } +.input-field > button:not(:last-child) { + margin-right: 0.5em; +} + .nav-wrapper { position: sticky; z-index: 10;