Skip to content

Commit 8ce2c7d

Browse files
authored
Merge pull request inveniosoftware-contrib#421 from harunurhan/small-style-fixes
small style fixes
2 parents 883c8cb + ad463c9 commit 8ce2c7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/editor-previewer/editor-previewer.component.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
div.preview-container {
22
width: 100%;
33
height: 95vh;
4-
overflow-y: auto;
54
}
65

76
span.preview-link {

src/primitive-field/primitive-field.component.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ a.no-decoration {
5555

5656
$patch-color: #e67e22;
5757
.orange-left-border {
58-
border-left: 7px solid $patch-color;
58+
border-left: 9px solid $patch-color;
5959
border-radius: 0;
6060
}
6161

0 commit comments

Comments
 (0)