Skip to content

Commit 3973d3a

Browse files
author
Vikas Agarwal
committed
Reducing white space around read optimised text box form component
1 parent fef5117 commit 3973d3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/Formsy/TextInput.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
.readonly-value {
1010
color: $tc-gray-60;
1111
display: block;
12-
height: 40px;
13-
line-height: 40px;
14-
margin-bottom: 2 * $base-unit;
15-
padding: 0 2 * $base-unit;
12+
// height: 40px;
13+
// line-height: 40px;
14+
// margin-bottom: 2 * $base-unit;
15+
// padding: 0 2 * $base-unit;
1616
width: 100%;
1717
}

0 commit comments

Comments
 (0)