Spaces:
Running
Running
Fix rounded corners on boxes.
Browse files
lynxkite-app/web/src/index.css
CHANGED
@@ -76,6 +76,7 @@ body {
|
|
76 |
.lynxkite-node {
|
77 |
box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
|
78 |
border-radius: 4px;
|
|
|
79 |
background: white;
|
80 |
display: flex;
|
81 |
flex-direction: column;
|
|
|
76 |
.lynxkite-node {
|
77 |
box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
|
78 |
border-radius: 4px;
|
79 |
+
overflow: hidden;
|
80 |
background: white;
|
81 |
display: flex;
|
82 |
flex-direction: column;
|