Fix styling
This commit is contained in:
parent
82edef9414
commit
391a9f650e
3 changed files with 6 additions and 5 deletions
|
@ -17,6 +17,7 @@ v 8.10.0 (unreleased)
|
||||||
- Remove unused front-end variable -> default_issues_tracker
|
- Remove unused front-end variable -> default_issues_tracker
|
||||||
- Add API endpoint for a group issues !4520 (mahcsig)
|
- Add API endpoint for a group issues !4520 (mahcsig)
|
||||||
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
|
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
|
||||||
|
- Add basic system information like memory and disk usage to the admin panel
|
||||||
|
|
||||||
v 8.9.3 (unreleased)
|
v 8.9.3 (unreleased)
|
||||||
- Decreased min width of screen to 1280px for pinned sidebar
|
- Decreased min width of screen to 1280px for pinned sidebar
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
= render 'admin/background_jobs/head'
|
= render 'admin/background_jobs/head'
|
||||||
|
|
||||||
%div{ class: (container_class) }
|
%div{ class: (container_class) }
|
||||||
%p
|
.prepend-top-default
|
||||||
.row
|
.row
|
||||||
.col-sm-4
|
.col-sm-4
|
||||||
.light-well
|
.light-well
|
||||||
|
|
Loading…
Reference in a new issue