negative icon margin

This commit is contained in:
Adrien MALINGREY 2023-06-21 08:25:20 +02:00
parent e437a01e30
commit 562cd7964b

View File

@ -113,10 +113,15 @@ table {
button,
label {
padding: .375rem .65rem !important;
/*! padding: .375rem .65rem !important; */
cursor: pointer;
}
button i,
label i {
margin: 0 -.15rem;
}
button:disabled,
:disabled+label {
cursor: not-allowed !important;