mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Disable manual resizing on Branding text input box in Dashboard
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
Reference in New Issue
Block a user