Skip to content

Commit

Permalink
docs: less wordy
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 7, 2020
1 parent b812786 commit 07910bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/fixtures/simple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ const SimpleFixturePage: NextPage<GetStaticProps> = ({
their keyboard.
</p>
<details className=" text-xl px-7 py-3 rounded-2xl transition-colors duration-150 focus-within:duration-0 bg-gray-100 text-gray-900 focus:outline-none focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-offset-white focus-within:ring-gray-300 w-full">
<summary className="focus:outline-none">
Tap on me to expand and change the height
</summary>
<summary className="focus:outline-none">Tap to expand</summary>
<div className="bg-gray-200 block rounded-md h-10 w-full my-10" />
<p>
The height adjustment is done automatically, it just works™!
Expand Down

0 comments on commit 07910bd

Please sign in to comment.