mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11552] Align text to left in right side popups
PHPBB3-11552
This commit is contained in:
parent
28fbbcbbc1
commit
9b4001a786
1 changed files with 1 additions and 0 deletions
|
@ -445,6 +445,7 @@ ul.responsive-popup li {
|
||||||
float: none;
|
float: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.responsive-popup li:before, ul.responsive-popup li:after {
|
ul.responsive-popup li:before, ul.responsive-popup li:after {
|
||||||
|
|
Loading…
Add table
Reference in a new issue