mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/12627] Fix stylelint issues in CSS files after merging 3.2.x
PHPBB3-12627
This commit is contained in:
parent
d7fcf40b6b
commit
3bdc1d4e16
2 changed files with 2 additions and 2 deletions
|
@ -1427,7 +1427,7 @@ ul.linklist:after,
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown .clone.hidden {
|
.dropdown .clone.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue