Alter style of TooltipButton_helpText

- Aligned to the "start" of the text (left for LTR, right for RTL)
 - Increase width by 200px
This commit is contained in:
Luke Barnard 2018-03-08 14:11:36 +00:00
parent 8d5717b812
commit 1119098eec

View file

@ -44,8 +44,8 @@ limitations under the License.
}
.mx_ToolTipButton_helpText {
width: 200px;
text-align: center;
width: 400px;
text-align: start;
line-height: 17px !important;
}