mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
Upgrade to stylelint 15 (#22944)
- Upgrade stylelint and plugin - Change ruleset to a explicit one, with all deprecated rules removed - Fix new issues detected by value validation For `overflow: overlay` see https://github.com/stylelint/stylelint/issues/6667
This commit is contained in:
@ -281,8 +281,6 @@
|
||||
table {
|
||||
display: block;
|
||||
width: 100%;
|
||||
width: -webkit-max-content;
|
||||
width: -moz-max-content;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
|
Reference in New Issue
Block a user