UX: limit select-kit tag chooser width (#14246)

This commit is contained in:
Kris 2021-09-03 17:27:55 -04:00 committed by GitHub
parent 30e1dbe353
commit cba8b39607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -84,6 +84,7 @@
flex: 1 0 auto;
align-items: center;
height: 100%;
max-width: 100%;
}
.d-icon-spinner {