Skip to content

Commit

Permalink
fix (admin): backend css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Oct 10, 2023
1 parent 478d49f commit 34e6654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/pages/adminpage/ctrl_backend.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
.component_dashboard form fieldset .icons .component_icon {
height: 20px;
}
.component_dashboard form fieldset label > img {
height: 200px;
display: flex;
margin: 5px auto 0 auto;
}
.component_dashboard .component_storagebackend form {
width: calc(100% - 15px);
}

0 comments on commit 34e6654

Please sign in to comment.