Fix elipses when text is overflowing in HighlightSidebar
Resolves MS-897 #complete
This commit is contained in:
parent
7af5f07137
commit
a1f06f130e
|
|
@ -174,7 +174,9 @@ const isOverflowing = computed(() => {
|
|||
&::after {
|
||||
content: '...';
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
background-color: inherit;
|
||||
padding-right: 30px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue