Skip to content

Commit cf06afa

Browse files
committed
reduce border-radius
1 parent be294e3 commit cf06afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mentionPlugin/Mention/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
background: #DEF0F7;
55
padding-left: 2px;
66
padding-right: 2px;
7-
border-radius: 4px;
7+
border-radius: 2px;
88
}
99

1010
.rootLink, .rootLink:visited {
@@ -14,7 +14,7 @@
1414
background: #DEF0F7;
1515
padding-left: 2px;
1616
padding-right: 2px;
17-
border-radius: 4px;
17+
border-radius: 2px;
1818
text-decoration: none;
1919
}
2020

0 commit comments

Comments
 (0)