11 lines
182 B
CSS
11 lines
182 B
CSS
|
|
/*
|
|
#formFilters .container {
|
|
max-width: fit-content;
|
|
}
|
|
*/
|
|
#tableMain thead tr th.can-have-button,
|
|
#tableMain tbody tr td.can-have-button {
|
|
width: 6vh;
|
|
min-width: 6vh;
|
|
} |