Don't use fixed heights 🔥

Just don't. It makes life hard and doesn't solve the problem properly.

Now, when the content doesn't fit within the screen width, it will flow naturally and not jump up and down all over other elements.
This commit is contained in:
David Cook
2024-07-29 15:13:30 +10:00
parent 655dc92246
commit 32aacbd2b0

View File

@@ -220,9 +220,6 @@
justify-content: space-between;
align-items: center;
line-height: $btn-relaxed-height;
height: $btn-relaxed-height;
&.disabled-section {
display: none;
}