Skip to content
Snippets Groups Projects

Fix CI

Merged Nikita Malyshev requested to merge additional-improvements into 1.x
5 files
+ 19
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -6,14 +6,14 @@
}
.cache-pilot-fragmentation-bar__indicator {
border-radius: var(--progress-bar-default-size-radius, 1.5rem);
overflow: hidden;
display: flex;
overflow: hidden;
border-radius: var(--progress-bar-default-size-radius, 1.5rem);
}
.cache-pilot-fragmentation-bar__fragment {
height: var(--progress-bar-default-size, 1.5rem);
width: var(--fragment-percentage, 0%);
height: var(--progress-bar-default-size, 1.5rem);
background: var(--fragment-background-color);
}
@@ -24,8 +24,8 @@
.cache-pilot-fragmentation-bar__color {
width: 1rem;
height: 1rem;
background: var(--fragment-background-color);
border-radius: var(--progress-bar-default-size-radius, 1.5rem);
background: var(--fragment-background-color);
}
.cache-pilot-fragmentation-bar__label {
Loading