Skip to content

Commit

Permalink
fix: declaration-block-no-redundant-longhand-properties (#340)
Browse files Browse the repository at this point in the history
* Update MediaWiki:Gadget-MarkAsResolved.css

* Update MediaWiki:Gadget-backlog.css
  • Loading branch information
AnnAngela authored Oct 18, 2023
1 parent af957a8 commit 176527c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
.AnnTools_RadioSelectWidget_column_2.oo-ui-radioSelectWidget {
display: flex;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
place-content: start;
align-items: flex-start;
}

Expand Down
3 changes: 1 addition & 2 deletions src/gadgets/backlog/MediaWiki:Gadget-backlog.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.blocklogevents,
.abuselogevents {
overflow-x: hidden;
overflow-y: scroll;
overflow: hidden scroll;
padding: 0 0 1px;
position: relative;
}
Expand Down

0 comments on commit 176527c

Please sign in to comment.