fix: [code-1880]: fix alignment of slash (#2031)

ui/offscreen-diff-contents
Calvin Lee 2024-05-29 21:36:32 +00:00 committed by Harness
parent 67be37cb08
commit a1ce21aa7c
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@
color: var(--grey-900);
background: none;
text-align: center;
height: 100%;
height: 100% !important;
padding-top: 2px !important;
}
.bp3-breadcrumbs-collapsed {