We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147d247 commit 335a401Copy full SHA for 335a401
docs/tailwind.build.css
@@ -597,7 +597,7 @@ video {
597
padding-left: 0.25rem;
598
padding-right: 0.25rem;
599
font-size: calc(42 / 60 * 1rem);
600
- top: calc(-20 / 60 * 1rem);
+ top: calc(-22 / 60 * 1rem);
601
left: 0.25rem;
602
position: absolute;
603
}
src/index.ts
@@ -25,7 +25,7 @@ export default function floatLabelFactory(options?: Options) {
25
label: {
26
['@apply leading-none px-1']: '',
27
fontSize: 'calc(42 / 60 * 1rem)',
28
- top: 'calc(-20 / 60 * 1rem)',
+ top: 'calc(-22 / 60 * 1rem)',
29
left: '0.25rem',
30
},
31
0 commit comments