resolve Login UI issue #794

This commit is contained in:
Shaun Walker
2020-11-04 17:43:27 -05:00
parent d7135ad4f9
commit 23a35cf3c4
2 changed files with 22 additions and 8 deletions

View File

@ -0,0 +1,9 @@
/* Login Module Custom Styles */
.Oqtane-Modules-Admin-Login .username {
width: 200px;
}
.Oqtane-Modules-Admin-Login .password {
width: 200px;
}