Match mobile task state button height
This commit is contained in:
parent
ed946d8e61
commit
cd0c5fec03
1 changed files with 3 additions and 0 deletions
|
|
@ -21237,8 +21237,11 @@ a.chat-link[href^="#research-"] {
|
|||
.task-card .task-state-badge {
|
||||
width: 20px;
|
||||
min-width: 20px;
|
||||
height: 20px;
|
||||
min-height: 20px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
box-sizing: border-box;
|
||||
justify-content: center;
|
||||
}
|
||||
.task-card .task-state-badge .task-state-label {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue