bug fixes

This commit is contained in:
Cameron 2020-07-09 21:44:49 +01:00
parent 9f0dfb4756
commit 0695c8c7a8
2 changed files with 15 additions and 2 deletions

View file

@ -235,6 +235,14 @@ div[data-role=controlgroup] a.ui-btn-active {
width: 50%;
}
.localUsers .cardText-secondary {
white-space: pre-wrap
}
.customCssContainer textarea{
resize: none;
}
@media all and (min-width: 70em) {
.dashboardSections {
-webkit-flex-wrap: wrap;