mirror of https://github.com/vector-im/riot-web
Alter style of TooltipButton_helpText
- Aligned to the "start" of the text (left for LTR, right for RTL) - Increase width by 200pxpull/6288/head
parent
8d5717b812
commit
1119098eec
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue