Add tooltip for format buttons

This commit is contained in:
Bruno Windels 2019-09-05 13:22:42 +02:00
parent da29057fd8
commit b4b9c7d072
2 changed files with 20 additions and 5 deletions

View file

@ -79,3 +79,9 @@ limitations under the License.
mask-image: url('$(res)/img/format/code.svg');
}
}
.mx_MessageComposerFormatBar_buttonTooltip {
white-space: nowrap;
font-size: 12px;
font-weight: 600;
}