[fix] sticky note bug (#2836)
Fixes a bug with sticky notes. ### Change Type - [x] `patch` — Bug fix
This commit is contained in:
parent
f096480ade
commit
27b75b2701
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ input,
|
|||
min-height: auto;
|
||||
}
|
||||
|
||||
.tl-text-label__inner > .tl-text {
|
||||
.tl-text-label__inner > .tl-text-content {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
|
|
Loading…
Reference in a new issue