mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
15 lines
199 B
CSS
15 lines
199 B
CSS
|
.issue-list-toolbar {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
align-items: flex-start;
|
||
|
gap: 1rem;
|
||
|
}
|
||
|
|
||
|
.issue-list-toolbar-left {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.issue-list-toolbar-right {
|
||
|
margin-left: auto;
|
||
|
}
|