mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
remove unnecessary width on property tables
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
@import url(../../style/root.css);
|
||||
|
||||
.properties-table {
|
||||
width: 95%;
|
||||
position: relative;
|
||||
padding: 5px;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.properties-table-keyvalues {
|
||||
width: 95%;
|
||||
position: relative;
|
||||
padding: 5px;
|
||||
overflow-x: scroll;
|
||||
|
Reference in New Issue
Block a user