Fix wrapping icon width when using smaller devices

Change-Id: I0dc74f2385ab638a4faec4907673c0b6b695a9c6
Reviewed-on: https://gerrit.libreoffice.org/80431
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
This commit is contained in:
Pedro 2019-10-08 10:23:59 +02:00 committed by Szymon Kłos
parent 25572e7e25
commit 2eb98ee6f8

View file

@ -1,3 +1,8 @@
@media (max-width: 407px), (max-device-height: 407px) {
#buttonbefore, #buttonafter, #buttonoptimal, #buttonparallel, #buttonnone, #buttonthrough{
padding: 18px 28px 18px 28px !important;
}
}
@media (max-width: 767px), (max-device-height: 767px) {
.w2ui-icon.users{
background-size: 20px !important;