Skip to content

Commit 13ddbec

Browse files
authored
Merge pull request #277 from oasisprotocol/lw/fix-before-redesign
Fix wrap and move until redesigned
2 parents 597e0d2 + 2240c7f commit 13ddbec

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.changelog/277.bugfix.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
move: Fix inputs until new design

.changelog/277.bugfix.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wrap: Fix inputs until new design

ui/src/move/components/Input/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
font-family:
2424
Roboto Mono Variable,
2525
monospace;
26+
background-color: revert; /* Workaround for tailwindcss/preflight */
2627
}
2728

2829
label {

ui/src/move/components/LayoutBase/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
display: flex;
44
flex-direction: column;
55
justify-content: space-between;
6+
position: relative;
67

78
background-color: var(--brand-blue);
89
}

ui/src/wrap/components/Input/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
font-weight: 700;
4141
line-height: 125%;
4242
text-align: right;
43+
color: revert; /* Workaround for tailwindcss/preflight */
4344
}
4445

4546
.inputGroup > input::placeholder {

0 commit comments

Comments
 (0)