fix long label name from going outside of delete prompt bounds

This commit is contained in:
John Mitchell 2016-06-29 14:50:09 -04:00
parent 9c42ffa3f6
commit 9b7c30d383

View File

@ -3,6 +3,7 @@
.Prompt-bodyQuery {
margin-bottom: 20px;
color: @default-interface-txt;
word-break: break-word;
}
.Prompt-bodyTarget {