Skip to content

Commit ccc11fc

Browse files
committed
fix(repo): redunant border
#184
1 parent e27e47e commit ccc11fc

File tree

1 file changed

+3
-2
lines changed
  • src/features/repo-explorer/components/readme

1 file changed

+3
-2
lines changed

src/features/repo-explorer/components/readme/index.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
.repo-readme {
22
background-color: #ffffff;
3-
border: 1px solid var(--clr-gray--100);
4-
border-radius: 6px;
53

64
&__title {
75
font-size: 14px;
86
}
97

108
&__markdown {
9+
border: 1px solid var(--clr-gray--100);
10+
border-radius: 6px;
11+
1112
// [github-styles] offsets
1213
> :first-child {
1314
margin-top: 0 !important;

0 commit comments

Comments
 (0)