1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

Merge pull request #5005 from hanakin/ticket/15404

[ticket/15404] autoprefix browser compatibility
This commit is contained in:
Marc Alexander
2017-11-04 14:46:30 +01:00
committed by GitHub
7 changed files with 97 additions and 14 deletions

View File

@@ -420,6 +420,7 @@
textarea,
dd textarea,
.message-box textarea {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}