mirror of https://github.com/harness/drone.git
fix: [code-1880]: fix alignment of slash (#2031)
parent
67be37cb08
commit
a1ce21aa7c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue