Skip to content

Commit

Permalink
Fix overlapping close icon in traditional alert example
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Nov 1, 2017
1 parent 71b88a8 commit 454ae61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/docs/examples/alerts.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ title: "Alerts"

@component('_partials.code-sample', ['lang' => 'html'])
<div class="bg-red-lightest border border-red-light text-red-dark px-4 py-3 rounded relative">
<strong class="font-bold">Holy smokes!</strong> Something seriously bad happened.
<strong class="font-bold">Holy smokes!</strong>
<span class="block sm:inline">Something seriously bad happened.</span>
<span class="absolute pin-t pin-b pin-r px-4 py-3">
<svg class="h-6 w-6 text-red" role="button" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.348 14.849a1.2 1.2 0 0 1-1.697 0L10 11.819l-2.651 3.029a1.2 1.2 0 1 1-1.697-1.697l2.758-3.15-2.759-3.152a1.2 1.2 0 1 1 1.697-1.697L10 8.183l2.651-3.031a1.2 1.2 0 1 1 1.697 1.697l-2.758 3.152 2.758 3.15a1.2 1.2 0 0 1 0 1.698z"/></svg>
</span>
Expand Down

0 comments on commit 454ae61

Please sign in to comment.