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;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.group-tags-list .tag-chooser {
|
|
||||||
width: calc(100% - 1em);
|
|
||||||
}
|
|
||||||
.saving {
|
.saving {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,6 +84,7 @@
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-icon-spinner {
|
.d-icon-spinner {
|
||||||
|
|
Loading…
Reference in New Issue