mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 10:46:31 +00:00
fix(gui): break and wrap bootstrap overflowing tooltip text (#1033)
Instead of letting Bootstrap tooltip text overflow, allow breaks to occur in words. Closes: https://github.com/resin-io/etcher/issues/1032 Changelog-Entry: Fix text overflowing on tooltips. Change-Type: patch
This commit is contained in:
parent
cf1b0904e8
commit
4bf313c7a8
@ -5976,6 +5976,9 @@ body {
|
|||||||
[uib-tooltip] {
|
[uib-tooltip] {
|
||||||
cursor: default; }
|
cursor: default; }
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
word-wrap: break-word; }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2016 resin.io
|
* Copyright 2016 resin.io
|
||||||
*
|
*
|
||||||
|
@ -35,3 +35,8 @@ body {
|
|||||||
[uib-tooltip] {
|
[uib-tooltip] {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user