Skip to content

Commit 7ed3f6a

Browse files
committed
Limit file input width
Fixes #544
1 parent 27499f9 commit 7ed3f6a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

qa-theme/SnowFlat/qa-styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,6 +1812,16 @@ input[type="submit"], button {
18121812
cursor: pointer;
18131813
text-align: center;
18141814
}
1815+
@media (max-width: 479px) {
1816+
input[type="file"] {
1817+
max-width: 220px;
1818+
}
1819+
}
1820+
@media (max-width: 359px) {
1821+
input[type="file"] {
1822+
max-width: 180px;
1823+
}
1824+
}
18151825

18161826
[class^="qa-part-form"],
18171827
[class^="qa-part-custom"] {

0 commit comments

Comments
 (0)