[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:
Daniel 2018-04-03 05:23:21 +01:00 committed by SupSuper
parent 7c839470b7
commit c486634be8

View file

@ -421,6 +421,7 @@
.column1, .column2, .left-box.profile-details {
float: none;
width: auto;
clear: both;
}
/* Polls