Skip to content

Commit 20d56a9

Browse files
mateuszdebinskiMateusz Dębiński
andauthored
IBX-9428: Changed margin-bottom to 0 (#1430)
Co-authored-by: Mateusz Dębiński <[email protected]>
1 parent 11d3fde commit 20d56a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/scss/_tabs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
border: calculateRem(1px) solid $ibexa-color-light;
290290
border-right-width: 0;
291291
z-index: 2;
292-
margin-bottom: -0.1px;
292+
margin-bottom: 0;
293293
}
294294

295295
&::after {

0 commit comments

Comments
 (0)