Skip to content

Commit

Permalink
fix: responsive design alert sample (#5825)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Dec 21, 2023
2 parents fc7fd33 + fc530a1 commit aa6a3d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/samples/react/src/components/alert/html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import { FC } from 'react';
export const AlertHtml: FC = () => (
<div>
<KolAlert _label="Ausgabe von HTML-Code im Alert" _type="info">
{' '}
<h2 className="mt-2 mb-3">Hier wird eine H2-Überschrift ausgegeben</h2>
<div style={{ display: 'grid', gridAutoFlow: 'column', gap: '1rem' }}>
<div className="grid gap-4 sm:grid-cols-2">
<div>
<h4>Text in einer linken Spalte</h4>
<p>
Expand Down

0 comments on commit aa6a3d7

Please sign in to comment.