Add right margin in tabs in order to align with the left side

This commit is contained in:
Konstantinos Triantafyllou 2022-11-01 00:30:13 +02:00
parent 3b874be6df
commit 35ab282e53
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: @tab-margin-horizontal; left: @tab-margin-horizontal;
right: 0; right: @tab-margin-horizontal;
border-bottom: @tab-border-width solid @tab-border; border-bottom: @tab-border-width solid @tab-border;
} }
} }

View File

@ -28,7 +28,7 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: @tab-margin-horizontal; left: @tab-margin-horizontal;
right: 0; right: @tab-margin-horizontal;
border-bottom: @tab-border-width solid @tab-border; border-bottom: @tab-border-width solid @tab-border;
} }
} }