Add a max-width to the flag-reason text box to prevent cutoff

This commit is contained in:
Lance Ruegger
2017-10-04 11:04:47 -07:00
parent 197d94ffb1
commit 5147ca6b86
@@ -270,6 +270,7 @@ button.comment__action-button[disabled],
width: 75%;
font-size: 16px;
border: 1px solid #ccc;
max-width: calc(100% - 40px);
}
/* Close comments */