1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-20 02:09:11 +00:00

13.0 fix reactstrap Label style (#7478)

* 01 change dialog Label

* 02 change form-label style
This commit is contained in:
Michael An
2025-02-18 10:31:05 +08:00
committed by GitHub
parent b386240f28
commit 2b74a02a67
5 changed files with 13 additions and 6 deletions

View File

@@ -1730,3 +1730,10 @@ a.table-sort-op:hover {
.visually-hidden {
display: none !important;
}
.form-label {
display: inline-block;
margin-bottom: .5rem;
font-weight: 400;
font-size: 15px;
}