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