Skip to content

Commit 7fab541

Browse files
committed
more width to the search input
1 parent 799ea35 commit 7fab541

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

src/static/css/glossary.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,21 @@ table.display tr:hover td {
246246
.dataTables_wrapper .dataTables_filter {
247247
position: relative;
248248
cursor: text;
249+
display: flex;
250+
justify-content: flex-end;
251+
width: 115%;
252+
margin-left: auto;
253+
margin-right: auto;
249254
}
250255

251256
.dataTables_wrapper .dataTables_filter label {
252257
cursor: text;
253-
width: 50%;
258+
width: 65%;
254259
display: flex;
255260
align-items: center;
256261
gap: 0.5rem;
257-
margin-left: auto;
262+
margin: 0;
263+
justify-content: flex-end;
258264
}
259265

260266
.dataTables_wrapper .dataTables_filter input[type="search"] {
@@ -263,7 +269,7 @@ table.display tr:hover td {
263269
appearance: searchfield;
264270
flex: 1;
265271
cursor: text;
266-
max-width: 60%;
272+
max-width: 75%;
267273
border-color: var(--epo-gray-border);
268274
transition: border-color 0.2s, box-shadow 0.2s;
269275
font-size: 0.9rem;

0 commit comments

Comments
 (0)