-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes odd looking css in image module #8474
Conversation
Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help. |
Codecov Report
@@ Coverage Diff @@
## main #8474 +/- ##
==========================================
- Coverage 81.91% 81.80% -0.12%
==========================================
Files 101 101
Lines 5896 5896
==========================================
- Hits 4830 4823 -7
- Misses 1066 1073 +7
|
app/views/editor/rich.html.erb
Outdated
@@ -79,7 +79,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" style="flex: 0 0 25%; max-width: 25%;"><h2>2</h2></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, is there something we can do about this in the CSS file rather? Or, using a native Bootstrap class? I'm just wary of inline CSS in the example files. Thank you!!!!
Code Climate has analyzed commit 16d2eb5 and detected 0 issues on this pull request. View more on Code Climate. |
Nice!!! |
* init * addressed review comments
* init * addressed review comments
* init * addressed review comments
* init * addressed review comments
* init * addressed review comments
* init * addressed review comments
Fixes part of publiclab/PublicLab.Editor#596
BEFORE:
AFTER: