1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge pull request #5947 from mrgoldy/ticket/16442

[ticket/16442] Remove redundant longhand value
This commit is contained in:
Michael Miday
2020-04-15 00:28:51 -10:00
committed by GitHub

View File

@@ -542,7 +542,7 @@
overflow: hidden; overflow: hidden;
width: auto; width: auto;
min-height: 40px; min-height: 40px;
margin: 0 0 5px 0; margin: 0 0 5px;
padding-bottom: 5px; padding-bottom: 5px;
} }