Skip to content

Commit eb705d0

Browse files
fix: border layout preview (#418)
* fix: fixed the border radius layout preview The border-radius preview that overflows out of it's container has been rectified and fixed "fix #1" * fixed the border radius layout
1 parent 4ea2096 commit eb705d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,10 +844,16 @@ input[type='number']::-webkit-outer-spin-button {
844844
.border-radius-preview-box {
845845
width: 250px;
846846
height: 250px;
847-
border: 1px dashed var(--text-color);
847+
outline: 1px dashed var(--text-color);
848+
display: flex;
849+
align-items: center;
850+
justify-content: center;
848851
margin-bottom: 1rem;
849852
position: relative;
850853
}
854+
.border-radius-preview-box + .btn-container {
855+
margin-top: 1rem;
856+
}
851857

852858
.border-radius-preview-box .preview {
853859
width: inherit;

0 commit comments

Comments
 (0)