Skip to content

Commit 1002f56

Browse files
Merge pull request #1613 from redis/issue-1314
Fix Tip container responsiveness on mobile by adding flex-wrap and ad…
2 parents 1e4af62 + 34a4349 commit 1002f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/components/alert.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="alert p-3 relative flex flex-row items-center text-base bg-redis-pencil-200 rounded-md">
1+
<div class="alert p-3 relative flex flex-row flex-wrap items-center text-base bg-redis-pencil-200 rounded-md">
22
<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">
3+
<div class="p-1 pl-4 sm:pl-6 border-l border-l-redis-ink-900 border-opacity-50 flex-1">
44
{{ with .Title }}
55
<div class="font-medium">{{ . | safeHTML }}:</div>
66
{{ end }}

0 commit comments

Comments
 (0)