Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Consider having consistent heights #58

Open
Larsklopstra opened this issue Feb 6, 2020 · 2 comments
Open

Consider having consistent heights #58

Larsklopstra opened this issue Feb 6, 2020 · 2 comments

Comments

@Larsklopstra
Copy link

Larsklopstra commented Feb 6, 2020

In regards to your Tailwind UI newsletter

Tailwind UI Update # 6: Everything you ever (never?) wanted to know about sizing form controls

@imacrayon
Copy link

I think this could solve issue #43 as well

@hmaesta
Copy link

hmaesta commented Jun 11, 2020

Upvote.

I am doing a hard workaround for some buttons that only has an icon and needs to be aligned with buttons with text.

.button {
   @apply leading-tight py-2 (...)

   &.icon-only {
      min-height: calc(1.375rem + theme('padding.2') * 2);
   }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants