mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #5185 from SupSuper/ticket/15611
[ticket/15611] Fix misaligned text in responsive user profile * github.com:/phpbb/phpbb: [ticket/15611] Fix misaligned text in responsive user profile
This commit is contained in:
commit
9db4983f03
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue