Skip to content

Commit 977962b

Browse files
committed
removing the additional semi-colon
1 parent 8b81627 commit 977962b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/base/browser/ui/hover/hover.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
overflow: hidden;
1010
user-select: text;
1111
-webkit-user-select: text;
12-
box-sizing: border-box;;
12+
box-sizing: border-box;
1313
animation: fadein 100ms linear;
1414
line-height: 1.5em;
1515
}

0 commit comments

Comments
 (0)