Skip to content

Commit

Permalink
fix: fixed the border radius layout preview
Browse files Browse the repository at this point in the history
The border-radius preview that overflows out of it's container has been rectified and fixed

"fix Dun-sin#1"
  • Loading branch information
OkeleyeVickkk committed Jul 22, 2023
1 parent 4ea2096 commit c77bda0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -844,11 +844,18 @@ input[type='number']::-webkit-outer-spin-button {
.border-radius-preview-box {
width: 250px;
height: 250px;
border: 1px dashed var(--text-color);
outline: 1px dashed var(--text-color);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
position: relative;
}

.border-radius-preview-box + .btn-container {
margin-top: 1rem;
}

.border-radius-preview-box .preview {
width: inherit;
height: inherit;
Expand Down

0 comments on commit c77bda0

Please sign in to comment.