kgabryje commented on a change in pull request #90: Improve accordion spacings
and arrow rotation
URL: https://github.com/apache/airflow-site/pull/90#discussion_r339457160
##########
File path: landing-pages/site/layouts/shortcodes/accordion.html
##########
@@ -25,7 +25,9 @@
</div>
<div class="accordion__summary-content">
{{ if $icon }}
- {{ with resources.Get $icon }}{{ ( . | minify).Content |
safeHTML }}{{ end }}
+ <div class="accordion__summary-content--icon">
+ {{ with resources.Get $icon }}{{ ( . | minify).Content |
safeHTML }}{{ end }}
Review comment:
Hmm that's weird, because it works well on other pages. For some reason
everything below icon gets wrapped in `<pre><code>` tags. Maybe we could ignore
it since `Example` page gets deleted anyways?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services