Files
mattermost/webapp/sass/components/_tooltip.scss
Asaad Mahmood bfae88e60c Ui improvements (#5755)
* PLT-5816 - Flagged posts tooltip fix

* PLT-5766 - Link previews appearing outside the box

* PLT-5795 - Fixing alignment user list in channel

* PLT-5818 - Reset password error not aligned

* PLT-5837 - Adjusting image preview max height

* PLT-5778 - Updating word break for paragraphs

* PLT-5848 - Updating label for file error

* PLT-5846 - Markdown tables extra border on mobile

* PLT-5662 - Pinned post UI improvement

* Fixing eslint error

* Updating tooltip eslint issue

* PLT-5832 - Removing error styling on labels
2017-03-17 08:19:54 -04:00

23 lines
343 B
SCSS

@charset 'UTF-8';
.tooltip {
.tooltip-inner {
font-size: 13px;
font-weight: 500;
padding: 3px 10px 4px;
word-break: break-word;
}
&.text-nowrap {
.tooltip-inner {
white-space: nowrap;
}
}
}
#webrtcTooltip {
.tooltip-inner {
word-break: normal;
}
}