🐛 Fix unequal button height in French (#311)

This commit is contained in:
Alicia Sykes 2021-11-05 18:35:03 +00:00
parent 65f6882e0d
commit 8bff8335f0

View File

@ -211,7 +211,7 @@ div.edit-mode-bottom-banner {
/* Main sections */ /* Main sections */
.edit-banner-section { .edit-banner-section {
padding: 0.5rem; padding: 0.5rem;
height: 100%; height: 90%;
/* Section sub-titles */ /* Section sub-titles */
p.section-sub-title { p.section-sub-title {
margin: 0; margin: 0;
@ -234,7 +234,7 @@ div.edit-mode-bottom-banner {
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
button { button {
margin: 0.25rem; margin: 0.25rem;
height: fit-content; height: stretch;
} }
p.section-sub-title { p.section-sub-title {
grid-column-start: span 2; grid-column-start: span 2;