Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ecb1743

Browse files
authored
Merge pull request rust-lang#1666 from Kobzol/tab-min-height-fix
Fix height of tabs in compare page
2 parents 96a5c8a + 1d4e63f commit ecb1743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/frontend/src/pages/compare/tabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const activeTab: Ref<Tab> = ref(props.initialTab);
188188
flex-direction: column;
189189
position: relative;
190190
width: 200px;
191-
height: 60px;
191+
min-height: 60px;
192192
padding: 5px;
193193
text-align: center;
194194
border: 2px dotted #cccccc;

0 commit comments

Comments
 (0)