Skip to content

Commit 335a401

Browse files
committed
fix: Positioning minor fix
1 parent 147d247 commit 335a401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tailwind.build.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ video {
597597
padding-left: 0.25rem;
598598
padding-right: 0.25rem;
599599
font-size: calc(42 / 60 * 1rem);
600-
top: calc(-20 / 60 * 1rem);
600+
top: calc(-22 / 60 * 1rem);
601601
left: 0.25rem;
602602
position: absolute;
603603
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function floatLabelFactory(options?: Options) {
2525
label: {
2626
['@apply leading-none px-1']: '',
2727
fontSize: 'calc(42 / 60 * 1rem)',
28-
top: 'calc(-20 / 60 * 1rem)',
28+
top: 'calc(-22 / 60 * 1rem)',
2929
left: '0.25rem',
3030
},
3131
},

0 commit comments

Comments
 (0)