Spaces:
Runtime error
Runtime error
Adjust CSS
Browse files
app.css
CHANGED
@@ -39,14 +39,15 @@
|
|
39 |
.probelm-example-another {
|
40 |
position: absolute;
|
41 |
top: 0;
|
42 |
-
right:
|
43 |
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
44 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
45 |
border-radius: 0 0px 0 10px;
|
46 |
display: flex;
|
47 |
align-items: center;
|
48 |
justify-content: center;
|
49 |
-
height:
|
|
|
50 |
}
|
51 |
|
52 |
.probelm-example-another > svg {
|
|
|
39 |
.probelm-example-another {
|
40 |
position: absolute;
|
41 |
top: 0;
|
42 |
+
right: 22.4px;
|
43 |
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
44 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
45 |
border-radius: 0 0px 0 10px;
|
46 |
display: flex;
|
47 |
align-items: center;
|
48 |
justify-content: center;
|
49 |
+
height: 28.49px;
|
50 |
+
width: 36px;
|
51 |
}
|
52 |
|
53 |
.probelm-example-another > svg {
|