mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 08:48:37 +00:00
Replace text-align classes with tailwind (#33905)
Small refactor to remove these CSS classes in favor of tailwind. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
@@ -152,21 +152,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ui.table[class*="left aligned"],
|
||||
.ui.table [class*="left aligned"] {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ui.table[class*="center aligned"],
|
||||
.ui.table [class*="center aligned"] {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ui.table[class*="right aligned"],
|
||||
.ui.table [class*="right aligned"] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ui.table[class*="top aligned"],
|
||||
.ui.table [class*="top aligned"] {
|
||||
vertical-align: top;
|
||||
|
Reference in New Issue
Block a user