Skip to content

Commit bb79265

Browse files
committed
fix footer row height for Server settings tab
1 parent 3f78e24 commit bb79265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/settingsdialog/settingsdialog.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export class SettingsDialog {
148148
}
149149
.footer-row {
150150
height: 50px;
151+
min-height: 50px;
151152
overflow-y: hidden;
152153
display: flex;
153154
flex-direction: row;

0 commit comments

Comments
 (0)