1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/9255] Added max-height and overflow-x to cp-mini in cp.css

PHPBB3-9255
This commit is contained in:
Crizzo
2014-03-02 20:59:59 +01:00
parent 6152d6c41e
commit 8e3b13d5c5

View File

@@ -357,6 +357,8 @@ ul.cplist {
/* Friends list */
.cp-mini {
margin: 10px 15px 10px 5px;
max-height: 200px;
overflow-x: auto;
padding: 5px 10px;
border-radius: 7px;
}