Skip to content

Commit fe98ba8

Browse files
committed
chore(mobile/search): improve actions fit
1 parent 18608ec commit fe98ba8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

apps/client/src/widgets/ribbon/SearchDefinitionTab.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,20 @@
8989
font-size: 0.75em;
9090
}
9191

92-
.search-options tr {
92+
.search-options tr,
93+
.action-options tr {
9394
display: flex;
9495
}
9596

97+
.action-options tr > td > div {
98+
flex-wrap: wrap;
99+
gap: 0.5em 0;
100+
}
101+
102+
.action-options input {
103+
max-width: 75vw;
104+
}
105+
96106
.search-setting-table .title-column {
97107
width: unset;
98108
margin-right: 0.5em;

0 commit comments

Comments
 (0)