Skip to content

Commit 80f0348

Browse files
committed
Revert changes to width of divider
1 parent 7bed814 commit 80f0348

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/panel_splitjs/dist/css/splitjs.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@
158158
/* Horizontal variant for divider */
159159
.gutter-vertical > .divider {
160160
top: 50%;
161-
left: 2.5%;
162-
width: 95%;
161+
width: 100%;
163162
height: var(--thickness);
164163
background:
165164
linear-gradient(to right,
@@ -173,8 +172,7 @@
173172
/* Vertical variant for divider */
174173
.gutter-horizontal > .divider {
175174
left: 50%;
176-
top: 2.5%;
177-
height: 95%;
175+
height: 100%;
178176
width: var(--thickness);
179177
background:
180178
linear-gradient(to bottom,

0 commit comments

Comments
 (0)