mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed title editing not working on audio card
refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
parent
4df58bb022
commit
69b06c49d2
1 changed files with 1 additions and 1 deletions
|
@ -2066,7 +2066,6 @@ button.emoji-picker__category-button.active {
|
|||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.kg-audio-title {
|
||||
|
@ -2088,6 +2087,7 @@ button.emoji-picker__category-button.active {
|
|||
flex-grow: 1;
|
||||
align-items: center;
|
||||
padding: 8px 12px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.kg-audio-current-time {
|
||||
|
|
Loading…
Add table
Reference in a new issue