Skip to content

Commit 0d568e9

Browse files
Sagarpreetwichanart
authored and
wichanart
committed
Fixes odd looking css in image module (publiclab#8474)
* init * addressed review comments
1 parent 408afd5 commit 0d568e9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/views/editor/rich.html.erb

+6-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
button:hover i.fa-map-marker {
3939
color: inherit;
4040
}
41+
42+
.ple-image_module_guide {
43+
flex: 0 0 25%;
44+
max-width: 25%;
45+
}
4146
</style>
4247

4348
<div class="pl-editor">
@@ -79,7 +84,7 @@
7984

8085
<!-- main_image module -->
8186
<div class="ple-module-main_image ple-module container">
82-
<div class="ple-module-guide col-md-3"><h2>2</h2></div>
87+
<div class="ple-module-guide ple-image_module_guide" ><h2>2</h2></div>
8388

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

0 commit comments

Comments
 (0)