File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments