Skip to content

Commit 8b0ca5b

Browse files
committed
fixed border radius
1 parent c6daf7c commit 8b0ca5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/components/placeholder.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
border-radius: 0;
2121
border-top-left-radius: 20px;
2222
border-bottom-left-radius: 20px;
23-
border-top-right-radius: 8px;
24-
border-bottom-right-radius: 8px;
23+
border-top-right-radius: 0px;
24+
border-bottom-right-radius: 0px;
2525
box-shadow: inset 0.47em 0 0 0 #FFF, inset 0 -0.05em 0 0 #FFF, inset 0 0.26em 0 0 #FFF;
2626

2727
.sms-message-wrapper & {

0 commit comments

Comments
 (0)