[fix] sticky note bug (#2836)

Fixes a bug with sticky notes.

### Change Type

- [x] `patch` — Bug fix
This commit is contained in:
Steve Ruiz 2024-02-14 12:41:30 +00:00 committed by GitHub
parent f096480ade
commit 27b75b2701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;