Closed ardacebi closed 5 years ago
@luceos I know that your priorities are currently not Flagrow, but this PR doesn't have any conflicts, it works like charm and it's easily mergeable.
Can you merge this so we'll also close #59?
I personally think that using a percentage width is not the solution. Preferably this should be done using margins..
@luceos Okay, I'm trying now.
@luceos This is my best if we try fixing it with margins:
.AddRecipientModal-form .RecipientsInput {
overflow: hidden;
height: auto;
float: left;
margin-left: -12px;
}
.AddRecipientModal-form .RecipientsInput-selected {
margin: 2vh -12px;
}
If that's okay, I will change the current code on the PR to that.
I prefer the width solution though
Haven't looked into this yet but I dislike a float and negative margins on an input. Most likely the parent element needs a relative position to make the width 100% plus margins work properly.
this is not an issue anymore
Fixes the textbox width problem by adding a width section to RecipientsInput inside search.less set to 95%.
Fixes #59