From 97c0ad190698ba69e8fca9554f8574d9fd075a74 Mon Sep 17 00:00:00 2001 From: tersiswilvin <52929976+tersiswilvin@users.noreply.github.com> Date: Wed, 17 Aug 2022 20:38:32 -0700 Subject: [PATCH] Text Wrap Fix Fixes text not wrapping when exceeding its limit on the New panel. --- public/css/NewAdminCSS.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/public/css/NewAdminCSS.css b/public/css/NewAdminCSS.css index 214a1c8..f565024 100644 --- a/public/css/NewAdminCSS.css +++ b/public/css/NewAdminCSS.css @@ -36,7 +36,7 @@ h6 { background-color: #111; color: #fff; } -.AdminPanel { +.NewPanel.AdminPanel { height: 100%; } #MasterContainer.NewPanel .iphone-sidebar, #MasterContainer.NewPanel .iphone-content, #MasterContainer #AdminWrapper, #MasterContainer #BodyWrapper { @@ -135,19 +135,19 @@ h6 { .NewPanel.AdminPanel .Reminder { color: #ff7300 } -.text-error { +.NewPanel .text-error { display: block; text-align: center; color: #d6241a; font-weight: 200; padding: 5px; } -.text-header { +.NewPanel .text-header { display: block; text-align: center; padding: 5px 0; } -.text-secondary { +.NewPanel .text-secondary { color: #bbb; display: inline-block; text-align: left; @@ -187,7 +187,7 @@ h6 { .NewPanel.AdminPanel #SearchInput:focus, .AdminPanel #SearchInput:active { border-color: #0099ff; } -#SearchInput, .btn-neutral { +.NewPanel #SearchInput, .NewPanel .btn-neutral { margin: 0 5px; } .NewPanel.AdminPanel #SearchInput:focus-visible { @@ -315,6 +315,9 @@ h6 { -ms-user-select: text; user-select: text; } +.NewPanel .UserDetails .Row { + overflow-wrap: anywhere; +} .NewPanel .AuthenticatedUserName:hover, .NewPanel .Backbtn:hover, .NewPanel .Backbtn:hover + .BackArrow { color: #2fcfff; transition: .25s all ease-in-out;