We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e5792 commit 8120439Copy full SHA for 8120439
src/bundle/Resources/public/scss/_search-form.scss
@@ -4,7 +4,7 @@
4
'search search'
5
'filters results'
6
'. results';
7
- grid-template-columns: calculateRem(270px) auto;
+ grid-template-columns: calculateRem(270px) calc(100% - #{calculateRem(296px)});
8
grid-column-gap: calculateRem(24px);
9
padding: calculateRem(16px);
10
@@ -35,6 +35,12 @@
35
margin-top: 0;
36
font-size: $ibexa-text-font-size-extra-large;
37
}
38
+
39
+ .ibexa-table__cell {
40
+ &:not(&--has-action-btns, &--has-icon) {
41
+ min-width: calculateRem(180px);
42
+ }
43
44
45
46
&__results-language {
0 commit comments