mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:06:26 +08:00
UX: Fix alignment of composer when tags are disabled (#14535)
This commit is contained in:
parent
aaf7ac8936
commit
3d5ff23b16
|
@ -223,7 +223,7 @@
|
|||
display: flex;
|
||||
flex: 1 0 40%;
|
||||
max-width: 40%;
|
||||
margin: 0 0 0 10px;
|
||||
margin: 0 0 5px 10px;
|
||||
@media screen and (max-width: 955px) {
|
||||
flex: 1 0 100%;
|
||||
margin-left: 0;
|
||||
|
@ -264,6 +264,7 @@
|
|||
}
|
||||
.category-input {
|
||||
margin-left: 0;
|
||||
margin-bottom: 0px;
|
||||
min-width: 0; // allows flex to shrink
|
||||
flex-wrap: wrap;
|
||||
max-width: 50%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user