Fix compact request card tag layout
This commit is contained in:
parent
9cac265444
commit
18efb605f5
1 changed files with 4 additions and 0 deletions
|
|
@ -924,6 +924,8 @@ body {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
align-content: start;
|
||||||
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher-request-entry {
|
.launcher-request-entry {
|
||||||
|
|
@ -1054,6 +1056,8 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
align-items: flex-start;
|
||||||
|
align-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher-request-tag {
|
.launcher-request-tag {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue