mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 23:21:33 +02:00
[ticket/15611] Fix misaligned text in responsive user profile
Corrects misaligned header text when viewing a user profile in prosilver mobile layout by force clearing the columns. PHPBB3-15611
This commit is contained in:
@@ -421,6 +421,7 @@
|
|||||||
.column1, .column2, .left-box.profile-details {
|
.column1, .column2, .left-box.profile-details {
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Polls
|
/* Polls
|
||||||
|
Reference in New Issue
Block a user