diff --git a/styles/fonts/all.css b/styles/fonts/all.css index e32fd9f..d5dba0f 100644 --- a/styles/fonts/all.css +++ b/styles/fonts/all.css @@ -6,4 +6,12 @@ text-overflow: ellipsis; overflow: hidden; white-space: nowrap; +} + +label { + display: block; + margin-block-start: .25em; + margin-block-end: .25em; + margin-inline-start: 0px; + margin-inline-end: 0px; } \ No newline at end of file