Skip to content

Commit 8120439

Browse files
committed
IBX-5869: Search results table view for many translations
1 parent b6e5792 commit 8120439

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/bundle/Resources/public/scss/_search-form.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'search search'
55
'filters results'
66
'. results';
7-
grid-template-columns: calculateRem(270px) auto;
7+
grid-template-columns: calculateRem(270px) calc(100% - #{calculateRem(296px)});
88
grid-column-gap: calculateRem(24px);
99
padding: calculateRem(16px);
1010

@@ -35,6 +35,12 @@
3535
margin-top: 0;
3636
font-size: $ibexa-text-font-size-extra-large;
3737
}
38+
39+
.ibexa-table__cell {
40+
&:not(&--has-action-btns, &--has-icon) {
41+
min-width: calculateRem(180px);
42+
}
43+
}
3844
}
3945

4046
&__results-language {

0 commit comments

Comments
 (0)