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

Merge remote-tracking branch 'hanakin/ticket/12889' into develop-ascraeus

* hanakin/ticket/12889:
  [ticket/12889] Fix multiple select lists
This commit is contained in:
Cesar G
2014-09-23 12:49:04 -07:00

View File

@@ -129,6 +129,10 @@ dd select {
width: auto;
}
dd select[multiple] {
width: 100%;
}
dd textarea {
width: 85%;
}