Fix tag style in card sidebar and remove flex basis on card labels

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-09-04 18:33:43 +02:00
parent 1db20878a9
commit 6c8ac1ed47
2 changed files with 23 additions and 2 deletions

View File

@@ -189,10 +189,10 @@ export default {
display: flex;
flex-direction: row;
margin-left: $card-padding;
margin-right: $card-padding;
margin-top: -5px;
li {
flex-basis: 5em;
flex-grow: 0;
flex-shrink: 1;
display: flex;
@@ -204,6 +204,10 @@ export default {
margin-right: 3px;
margin-bottom: 3px;
&:hover {
overflow: unset;
}
span {
flex-grow: 0;
flex-shrink: 1;