Skip to content

Commit 8bff833

Browse files
committed
🐛 Fix unequal button height in French (Lissy93#311)
1 parent 65f6882 commit 8bff833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/InteractiveEditor/EditModeSaveMenu.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ div.edit-mode-bottom-banner {
211211
/* Main sections */
212212
.edit-banner-section {
213213
padding: 0.5rem;
214-
height: 100%;
214+
height: 90%;
215215
/* Section sub-titles */
216216
p.section-sub-title {
217217
margin: 0;
@@ -234,7 +234,7 @@ div.edit-mode-bottom-banner {
234234
grid-template-columns: repeat(2, 1fr);
235235
button {
236236
margin: 0.25rem;
237-
height: fit-content;
237+
height: stretch;
238238
}
239239
p.section-sub-title {
240240
grid-column-start: span 2;

0 commit comments

Comments
 (0)