Skip to content

Commit 5174c25

Browse files
committed
fix: border
1 parent f387a5a commit 5174c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/app/components/fast-create/fast-create.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ div.fast-create {
269269
flex-direction: column;
270270
margin: 1rem 0;
271271
padding: 1rem 0;
272-
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='3' stroke-dasharray='6' stroke-dashoffset='29' stroke-linecap='butt'/%3e%3c/svg%3e");
272+
border: solid 1px white;
273273
}
274274
div.fast-create > div {
275275
margin: 0.5rem 1rem 0.5rem 1rem;

0 commit comments

Comments
 (0)