diff --git a/static/css/core-ui.css b/static/css/core-ui.css index 5e0a88e7c..cd65ecdfd 100644 --- a/static/css/core-ui.css +++ b/static/css/core-ui.css @@ -45,16 +45,10 @@ height: 70px; } -@media (max-width: 767px) { - .co-nav-title { - height: auto; - min-height: 70px; - } -} - .co-nav-title .co-nav-title-content { color: white; text-align: center; + white-space: nowrap; } .co-nav-title .co-nav-title-action { @@ -73,6 +67,21 @@ margin-right: 6px; } + +@media (max-width: 767px) { + .co-nav-title { + height: auto; + min-height: 70px; + } + + .co-nav-title .co-nav-title-content { + max-height: 38px; + overflow: hidden; + text-overflow: ellipsis; + font-size: 22px; + } +} + .co-tab-container { padding: 0px; } @@ -103,6 +112,8 @@ @media (max-width: 767px) { .co-tab-content { padding: 20px; + width: 100%; + display: block; } } diff --git a/static/css/pages/super-user.css b/static/css/pages/super-user.css new file mode 100644 index 000000000..e69de29bb diff --git a/static/partials/super-user.html b/static/partials/super-user.html index 1e77afa06..1326462e8 100644 --- a/static/partials/super-user.html +++ b/static/partials/super-user.html @@ -1,4 +1,4 @@ -