Fix: Disable manual resizing on Branding text input box in Dashboard

This commit is contained in:
lscambo13
2025-01-05 17:03:16 +05:30
parent e9febcee73
commit beda2d247c

View File

@@ -1464,4 +1464,8 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
.manualLoginForm,
.visualLoginForm {
position: relative;
}
#txtLoginDisclaimer{
resize: none;
}