Skip to content

Commit 2e2f947

Browse files
committed
fix search focus overlap
1 parent 7b1047f commit 2e2f947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/css/datatables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.datatable-input {
1111
@apply focus:outline-none focus:ring-2 focus:ring-vapor focus:border-transparent;
1212
@apply py-2 pl-3 pr-4 border border-vapor rounded-full text-sm;
13-
@apply w-64 max-w-xs;
13+
@apply w-64 max-w-xs ml-1 mr-1;
1414
}
1515

1616
/* Table styling enhancements */

0 commit comments

Comments
 (0)