0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Checkbox labels are cut off on mobile.

closes #6089
This commit is contained in:
Gary Cao 2015-12-02 17:07:12 +09:00
parent 300f7d0226
commit 468a2d87ed

View file

@ -198,8 +198,8 @@ textarea {
.for-radio p,
.for-checkbox p {
overflow: auto;
color: #b3b2a8;
white-space: nowrap;
font-weight: normal;
}