mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 14:24:27 +01:00
feat(layout): preserve newlines in tooltips
This commit is contained in:
parent
77b92385cb
commit
90a7217b32
@ -717,6 +717,7 @@ table.promoted-attributes-in-tooltip th {
|
|||||||
.tooltip {
|
.tooltip {
|
||||||
font-size: var(--main-font-size) !important;
|
font-size: var(--main-font-size) !important;
|
||||||
z-index: calc(var(--ck-z-panel) - 1) !important;
|
z-index: calc(var(--ck-z-panel) - 1) !important;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-top {
|
.tooltip.tooltip-top {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user