Skip to content
Snippets Groups Projects
Commit 5cdeedbb authored by xamgore's avatar xamgore
Browse files

Fix table width

parent d77d88e9
Branches
Tags
No related merge requests found
...@@ -74,6 +74,10 @@ ...@@ -74,6 +74,10 @@
min-width: initial; min-width: initial;
} }
.disciplinesList {
margin: 0
}
.main .main_top { .main .main_top {
display: inherit; display: inherit;
position: inherit; position: inherit;
...@@ -84,11 +88,17 @@ ...@@ -84,11 +88,17 @@
} }
.sidePadding { .sidePadding {
padding: 0 10px !important; padding: 0 5px !important;
} }
.main .main_content { .main .main_content {
border-radius: 0; border-radius: 0;
overflow: scroll;
.disciplinesList .disciplineRow>.discTitle {
font-size: 1rem !important;
padding: 5px 7px 5px 10px;
}
.tableHeader, .discTeachers, .discControl { .tableHeader, .discTeachers, .discControl {
display: none; display: none;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment