Skip to content

Commit

Permalink
Fixes odd looking css in image module (publiclab#8474)
Browse files Browse the repository at this point in the history
* init

* addressed review comments
  • Loading branch information
Sagarpreet authored and billymoroney1 committed Dec 28, 2021
1 parent 3f9c6c9 commit c160426
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/editor/rich.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
button:hover i.fa-map-marker {
color: inherit;
}

.ple-image_module_guide {
flex: 0 0 25%;
max-width: 25%;
}
</style>

<div class="pl-editor">
Expand Down Expand Up @@ -79,7 +84,7 @@

<!-- main_image module -->
<div class="ple-module-main_image ple-module container">
<div class="ple-module-guide col-md-3"><h2>2</h2></div>
<div class="ple-module-guide ple-image_module_guide" ><h2>2</h2></div>

<div class="module-mainImage ple-module-content col-md-9 container">
<div class="mainImageBox">
Expand Down

0 comments on commit c160426

Please sign in to comment.