Fix: Disable manual resizing on Branding text input box in Dashboard
This commit is contained in:
parent
e9febcee73
commit
beda2d247c
1 changed files with 4 additions and 0 deletions
|
|
@ -1464,4 +1464,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
.manualLoginForm,
|
.manualLoginForm,
|
||||||
.visualLoginForm {
|
.visualLoginForm {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#txtLoginDisclaimer{
|
||||||
|
resize: none;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue