mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-22 08:30:26 +01:00
[ticket/15297] Fix current date broken lines
Because browsers give priority to style in bidi.css so I sign (!important) to the style in responsive.css PHPBB3-15297
This commit is contained in:
parent
3ccaac488b
commit
ff5c88be77
@ -538,8 +538,8 @@ fieldset.display-actions {
|
||||
|
||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
|
||||
p.responsive-center {
|
||||
float: none;
|
||||
text-align: center;
|
||||
float: none !important;
|
||||
text-align: center !important;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user