Skip to content

Commit dd595aa

Browse files
committed
feat: style packages versions in administration panel
* closes inveniosoftware/invenio-app-rdm#2838
1 parent a7b3f5e commit dd595aa

File tree

1 file changed

+6
-0
lines changed
  • invenio_theme/assets/semantic-ui/less/invenio_theme/theme/collections

1 file changed

+6
-0
lines changed

invenio_theme/assets/semantic-ui/less/invenio_theme/theme/collections/grid.overrides

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
}
109109

110110
& > .side-bar.column {
111+
display: flex;
112+
flex-direction: column;
111113
min-height: 100vh;
112114
background-color: @adminSideNavColor;
113115

@@ -116,5 +118,9 @@
116118
top: @relative75px;
117119
transform: translateX(-100%);
118120
}
121+
122+
> .versions {
123+
margin-top: auto;
124+
}
119125
}
120126
}

0 commit comments

Comments
 (0)