2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

no width on submit-panel helps small phones

This commit is contained in:
Jeff Atwood 2016-03-26 01:16:53 -07:00
parent 9a5ded48cf
commit 4f061ee444

View file

@ -181,7 +181,7 @@ input {
bottom: 35px;
}
.submit-panel {
width: 50%;
// don't specify width; needs to auto-size for smallest phones
position: absolute;
display: block;
bottom: 2px;