Merge pull request #5884 from sbwalker/dev

increase width of login component
This commit is contained in:
Shaun Walker
2025-12-15 11:29:09 -05:00
committed by GitHub

View File

@ -1,5 +1,5 @@
/* Login Module Custom Styles */
.Oqtane-Modules-Admin-Login {
width: 220px;
width: 280px;
}