Adapted style of .tabulator-cell .btn to be squared and increased padding

This commit is contained in:
Cris
2024-03-20 09:38:08 +01:00
parent 03e166dc89
commit 10e57dae2d
+3 -3
View File
@@ -40,7 +40,7 @@
}
.tabulator-cell .btn {
padding: 0 .5rem;
max-height: 22px;
min-width: 30px;
padding: 0 .7rem;
min-height: 25px;
min-width: 25px;
}