We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e4af62 + 34a4349 commit 1002f56Copy full SHA for 1002f56
layouts/partials/components/alert.html
@@ -1,6 +1,6 @@
1
-<div class="alert p-3 relative flex flex-row items-center text-base bg-redis-pencil-200 rounded-md">
+<div class="alert p-3 relative flex flex-row flex-wrap items-center text-base bg-redis-pencil-200 rounded-md">
2
<div class="p-2 pr-5">{{ partial "icons/alert-circle.html" }}</div>
3
- <div class="p-1 pl-6 border-l border-l-redis-ink-900 border-opacity-50">
+ <div class="p-1 pl-4 sm:pl-6 border-l border-l-redis-ink-900 border-opacity-50 flex-1">
4
{{ with .Title }}
5
<div class="font-medium">{{ . | safeHTML }}:</div>
6
{{ end }}
0 commit comments