From d4180f314f7369027c7883edd10c6494497ece47 Mon Sep 17 00:00:00 2001 From: sagarpreet-chadha Date: Wed, 7 Oct 2020 13:50:24 +0530 Subject: [PATCH 1/2] init --- app/views/editor/rich.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/editor/rich.html.erb b/app/views/editor/rich.html.erb index 25abb7f892..0b7f1e0866 100644 --- a/app/views/editor/rich.html.erb +++ b/app/views/editor/rich.html.erb @@ -79,7 +79,7 @@
-

2

+

2

From 16d2eb5c24288aaac606a2370bcf16c3aa6bfe07 Mon Sep 17 00:00:00 2001 From: sagarpreet-chadha Date: Tue, 13 Oct 2020 12:13:19 +0530 Subject: [PATCH 2/2] addressed review comments --- app/views/editor/rich.html.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/editor/rich.html.erb b/app/views/editor/rich.html.erb index 0b7f1e0866..1ac5c3887f 100644 --- a/app/views/editor/rich.html.erb +++ b/app/views/editor/rich.html.erb @@ -38,6 +38,11 @@ button:hover i.fa-map-marker { color: inherit; } + + .ple-image_module_guide { + flex: 0 0 25%; + max-width: 25%; + }
@@ -79,7 +84,7 @@
-

2

+

2