Skip to content

Commit

Permalink
small css fix for popover, closes #214
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jan 3, 2018
1 parent 1d37651 commit 048a68a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/less/gui.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@

/* Settings for popovers */
.popover {
div.media-body {
width: 75%;
margin: 0;
padding-left:3px;
float:left;
}
div.preview-icon {
width: 25%;
margin: 0;
Expand Down Expand Up @@ -80,6 +74,12 @@
overflow: scroll;
overflow-x:hidden;
overflow-y:auto;
> div.media-body {
width: 75%;
margin: 0;
padding-left:3px;
float:left;
}
}
.carousel-indicators {
bottom:-60px;
Expand Down

0 comments on commit 048a68a

Please sign in to comment.