Fix sidebar brand text clipping (#362)
This commit is contained in:
parent
fd2ea71cec
commit
5c390d6b3e
1 changed files with 2 additions and 1 deletions
|
|
@ -546,11 +546,12 @@ body.bg-pattern-sparkles {
|
|||
.sidebar-brand-title {
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.35;
|
||||
color: var(--brand-color, var(--red));
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
top: 0;
|
||||
left: -10px;
|
||||
}
|
||||
.sidebar-sep {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue