remove margin top from h1

This commit is contained in:
2023-02-03 19:28:16 +10:00
parent ba3846b374
commit f6377a6f3a

View File

@@ -51,6 +51,10 @@ defineProps({
overflow: hidden;
min-width: map-get($spacer, 5) * 12;
& > h1 {
padding-top: 0;
}
&.dialog-narrow {
min-width: auto;
max-width: map-get($spacer, 5) * 10;