Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 7366b35

Browse files
committed
redundant
1 parent 1e0b1b3 commit 7366b35

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

styles.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,20 +431,17 @@
431431

432432
.react-datepicker-wrapper input[type="text"],
433433
.react-datepicker-wrapper input[type="text"]:focus {
434-
white-space: pre-wrap;
435434
border: none;
435+
font-family: "Inter", sans-serif;
436+
font-size: var(--font-size-normal);
436437
padding: 0.5rem;
437438
color: var(--text-normal);
438439
font-size: 1rem;
439-
border-radius: 4px;
440440
resize: none;
441-
background-color: var(--background-primary);
442441
box-sizing: border-box;
443-
flex: 1 1 auto;
444442
height: inherit;
445443
width: inherit;
446444
align-self: center;
447-
position: absolute;
448445
top: 0;
449446
bottom: 0;
450447
}

0 commit comments

Comments
 (0)