25 lines
381 B
CSS
25 lines
381 B
CSS
|
|
/*
|
|
#formFilters .container {
|
|
max-width: fit-content;
|
|
}
|
|
*/
|
|
|
|
#tableMain tbody > div {
|
|
width: 99vh;
|
|
}
|
|
#tableMain thead tr th.can-have-button,
|
|
#tableMain tbody tr td.can-have-button {
|
|
max-width: 6vh;
|
|
min-width: 6vh;
|
|
}
|
|
|
|
/*
|
|
@media screen and (max-width: 600px) {
|
|
#formFilters input,
|
|
#formFilters select {
|
|
width: 12vh;
|
|
min-width: 12vh;
|
|
}
|
|
}
|
|
*/ |