Fix(UI): UI bug fixes.
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
|
||||
/*
|
||||
#formFilters .container {
|
||||
max-width: fit-content;
|
||||
#formFilters #search {
|
||||
width: 20vh;
|
||||
min-width: 20vh;
|
||||
}
|
||||
*/
|
||||
|
||||
#tableMain thead tr th,
|
||||
#tableMain tbody tr td {
|
||||
height: 3vh;
|
||||
}
|
||||
#tableMain tbody tr td.name .name {
|
||||
border: 1px solid var(--colour-accent);
|
||||
/*
|
||||
@@ -22,11 +25,12 @@
|
||||
box-sizing: border-box;
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
#tableMain thead tr th.code,
|
||||
#tableMain tbody tr td.code,
|
||||
*/
|
||||
#tableMain thead tr th.name ,
|
||||
#tableMain tbody tr td.name {
|
||||
width: 35vh;
|
||||
min-width: 35vh;
|
||||
width: 50vh;
|
||||
min-width: 50vh;
|
||||
}
|
||||
@@ -3,4 +3,9 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user