diff --git a/src/app/spare-drive/spare-drive-sidebar/spare-drive-sidebar.component.scss b/src/app/spare-drive/spare-drive-sidebar/spare-drive-sidebar.component.scss index f8c550cea7..00c8e088be 100644 --- a/src/app/spare-drive/spare-drive-sidebar/spare-drive-sidebar.component.scss +++ b/src/app/spare-drive/spare-drive-sidebar/spare-drive-sidebar.component.scss @@ -7,3 +7,13 @@ h4 { overflow: hidden; text-overflow: ellipsis; } + +:host /deep/ .mat-tab-links { + width: 100%; + display: flex; + justify-content: space-between; +} + +:host /deep/ .mat-tab-link { + min-width: 177px !important; +}