Skip to content

Commit 4239005

Browse files
committed
Fix stylelint and prettier.
1 parent dc2e5ce commit 4239005

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sigma.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,13 +1391,14 @@ div#u-adult-warning > .error-block {
13911391
*/
13921392

13931393
#side-bar .ios-cache-issue-notification {
1394-
display: none !important;
1394+
display: none !important;
13951395
}
13961396

13971397
/*
13981398
Make the page edit lock timer monospaced so it does not shift page layout
13991399
as it counts down.
14001400
*/
1401+
14011402
#lock-timer {
14021403
font-variant-numeric: tabular-nums;
14031404
}

0 commit comments

Comments
 (0)