Feat(MySQL): Database population with data for Kitchen project.
This commit is contained in:
7
static/dist/css/main.bundle.css
vendored
7
static/dist/css/main.bundle.css
vendored
@@ -68,7 +68,6 @@ body {
|
||||
}
|
||||
|
||||
*{
|
||||
/*box-sizing: border-box; */
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -708,6 +707,12 @@ form.filter button.save, form.filter button.button-cancel {
|
||||
justify-content: normal;
|
||||
}
|
||||
|
||||
#tableMain select, #tableMain input, #tableMain textarea {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#tableMain thead tr th, #tableMain tbody tr td {
|
||||
width: 20vh;
|
||||
min-width: 20vh;
|
||||
|
||||
Reference in New Issue
Block a user