[ticket/12627] Fix stylelint issues in CSS files after merging 3.2.x

PHPBB3-12627
This commit is contained in:
Marc Alexander 2018-07-09 20:12:24 +02:00
parent d7fcf40b6b
commit 3bdc1d4e16
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 2 additions and 2 deletions

View file

@ -1427,7 +1427,7 @@ ul.linklist:after,
width: 50px; width: 50px;
} }
.dropdown .clone.hidden { .dropdown .clone.hidden {
display: none; display: none;
} }

View file

@ -498,8 +498,8 @@
.column2, .column2,
.left-box.profile-details { .left-box.profile-details {
float: none; float: none;
width: auto;
clear: both; clear: both;
width: auto;
} }
/* Polls /* Polls