Branch selection menu now appears

Secondary buttons row now wraps instead of scrolls
This commit is contained in:
Sasha Koshka 2022-08-11 23:48:32 -05:00 committed by emma
parent d39f71e29a
commit 7463fcacf2
1 changed files with 7 additions and 2 deletions

View File

@ -335,8 +335,13 @@ a.ui.basic.green.label:hover {
}
.repository .ui.secondary.menu {
overflow-x: auto;
overflow-y: hidden;
flex-wrap: wrap;
}
/* TODO: find way to do this that doesnt mess up the spacing */
.repository .ui.secondary.menu > * {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.ui.tabular.menu .item {