1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-22 09:31:28 +02:00

[ticket/12506] Fix responsive profile min-height (no avatar)

PHPBB3-12506
This commit is contained in:
PayBas
2014-08-07 17:11:13 +02:00
parent 09e45fee89
commit 3522808528

View File

@@ -416,6 +416,7 @@ fieldset.polls dd.resultbar, fieldset.polls dd.poll_option_percent {
padding-bottom: 5px;
margin: 0;
margin-bottom: 5px;
min-height: 40px;
overflow: hidden;
}