Merge pull request #1052 from lancekruegger/max-resize-other-box

Add a max-width to flag-reason text box to prevent cutoff
This commit is contained in:
Kim Gardner
2017-10-05 11:30:33 +01:00
committed by GitHub
@@ -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 */