A sort of hacky fix to the issue - text wrapping doesn't quite work
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.textarea-bracket-suffix {
|
||||
float: right;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
bottom: 12px;
|
||||
}
|
||||
|
||||
.description-input {
|
||||
position: relative;
|
||||
}
|
||||
@@ -11,3 +11,10 @@
|
||||
<iron-icon icon="dicecloud:code-braces"></iron-icon>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template name="textareaBracketSuffix">
|
||||
<div class="textarea-bracket-suffix">
|
||||
<paper-tooltip position="left" animation-delay="0">This field accepts formulae in {curly brackets}</paper-tooltip>
|
||||
<iron-icon icon="dicecloud:code-braces"></iron-icon>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user