Dashboard should not show multiple columns when details are shown
This commit is contained in:
parent
e930df4c54
commit
16d5c93fa5
|
@ -162,12 +162,6 @@ html {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout.twocols .dashboard > div.container {
|
|
||||||
width: 96%;
|
|
||||||
margin-left: 2%;
|
|
||||||
margin-right: 2%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
@ -255,3 +249,11 @@ html {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#layout.twocols .dashboard > div.container {
|
||||||
|
width: 96%;
|
||||||
|
margin-left: 2%;
|
||||||
|
margin-right: 2%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue