mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Remove unused or abused styles (#33918)
* `top aligned` => `tw-align-top` * label list: it was broken, this PR fixes it * reference link: simplified * settings/repos: not affected
This commit is contained in:
@@ -1499,16 +1499,6 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*--------------------
|
||||
Equal Width
|
||||
---------------------*/
|
||||
|
||||
.ui[class*="equal width"].form .fields > .field,
|
||||
.ui.form [class*="equal width"].fields > .field {
|
||||
width: 100%;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
/*--------------------
|
||||
Inline Fields
|
||||
---------------------*/
|
||||
|
Reference in New Issue
Block a user