mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 14:44:26 +01:00
Revert "fix(ui): prevent highlight panel UI breaks with long content or formatting"
This reverts commit a31f05d498.
This commit is contained in:
@@ -1538,9 +1538,6 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
transition: border-color 0.2s ease;
|
transition: border-color 0.2s ease;
|
||||||
overflow: hidden;
|
|
||||||
word-wrap: break-word;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-item:hover {
|
.highlight-item:hover {
|
||||||
@@ -1616,8 +1613,6 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
min-width: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-text {
|
.highlight-text {
|
||||||
@@ -1628,9 +1623,6 @@ body {
|
|||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
word-wrap: break-word;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-comment {
|
.highlight-comment {
|
||||||
@@ -1642,9 +1634,6 @@ body {
|
|||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
word-wrap: break-word;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user