A sort of hacky fix to the issue - text wrapping doesn't quite work

This commit is contained in:
Jacob
2017-07-17 04:43:39 +01:00
parent 398f8a8a2a
commit 832ed0c1ff
5 changed files with 31 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
.textarea-bracket-suffix {
float: right;
position: absolute;
right: 6px;
bottom: 12px;
}
.description-input {
position: relative;
}