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
|
|
@ -1465,3 +1465,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
.visualLoginForm {
|
.visualLoginForm {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#txtLoginDisclaimer{
|
||||||
|
resize: none;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue