Skip to content

Commit 35c15ba

Browse files
authored
Merge pull request #1677 from Kobzol/tab-min-width-fix
Fix width of tabs in compare page
2 parents 0ce7707 + ae3e776 commit 35c15ba

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
@@ -187,7 +187,7 @@ const activeTab: Ref<Tab> = ref(props.initialTab);
187187
display: flex;
188188
flex-direction: column;
189189
position: relative;
190-
width: 200px;
190+
min-width: 200px;
191191
min-height: 60px;
192192
padding: 5px;
193193
text-align: center;

0 commit comments

Comments
 (0)