added maintainer code
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Sean Meininger 2022-11-26 00:15:12 -08:00
parent c01c62f149
commit b8faee5d6d
1 changed files with 3 additions and 1 deletions

View File

@ -302,10 +302,12 @@
position: relative; position: relative;
width: 100%; width: 100%;
display: flex; display: flex;
flex-wrap: wrap;
justify-content: left;
margin-top: var(--status-margin, $status-margin); margin-top: var(--status-margin, $status-margin);
> * { > * {
max-width: 4em; min-width: fit-content;
flex: 1; flex: 1;
} }
} }