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.
min-height
1 parent fa22d45 commit 3498915Copy full SHA for 3498915
packages/app/src/components/CommentCreator/index.less
@@ -11,7 +11,11 @@
11
transition: height 150ms ease-in-out;
12
13
.ant-input {
14
+ position: relative;
15
+
16
height: 100%;
17
+ min-height: 4.5vh;
18
19
width: 100%;
20
21
padding: 5px 10px;
@@ -20,18 +24,18 @@
24
border-color: transparent !important;
25
box-shadow: none;
22
26
23
- border-radius: 3px 0 0;
-
27
transition: height 150ms linear;
28
}
29
30
.ant-btn {
31
32
33
display: flex;
34
align-items: center;
35
justify-content: center;
36
37
- min-height: 100%;
38
39
40
border-radius: 0 10px 10px 0;
41
border: none;
0 commit comments