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:
parent
8d5717b812
commit
1119098eec
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ToolTipButton_helpText {
|
.mx_ToolTipButton_helpText {
|
||||||
width: 200px;
|
width: 400px;
|
||||||
text-align: center;
|
text-align: start;
|
||||||
line-height: 17px !important;
|
line-height: 17px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue