UX: limit select-kit tag chooser width (#14246)
This commit is contained in:
parent
30e1dbe353
commit
cba8b39607
|
@ -275,9 +275,7 @@ header .discourse-tag {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.group-tags-list .tag-chooser {
|
||||
width: calc(100% - 1em);
|
||||
}
|
||||
|
||||
.saving {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
flex: 1 0 auto;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.d-icon-spinner {
|
||||
|
|
Loading…
Reference in New Issue