Skip to content

Commit

Permalink
🐛 Fix unequal button height in French (gchq#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Nov 5, 2021
1 parent 65f6882 commit 8bff833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/InteractiveEditor/EditModeSaveMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ div.edit-mode-bottom-banner {
/* Main sections */
.edit-banner-section {
padding: 0.5rem;
height: 100%;
height: 90%;
/* Section sub-titles */
p.section-sub-title {
margin: 0;
Expand All @@ -234,7 +234,7 @@ div.edit-mode-bottom-banner {
grid-template-columns: repeat(2, 1fr);
button {
margin: 0.25rem;
height: fit-content;
height: stretch;
}
p.section-sub-title {
grid-column-start: span 2;
Expand Down

0 comments on commit 8bff833

Please sign in to comment.