Skip to content
Snippets Groups Projects
Commit 9dfccd53 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: Correct Quota styling

parent dc0dfa28
No related branches found
No related tags found
4 merge requests!369Chore 2.12.3,!366Chore: 2.13.4,!363merge dev into main,!361Fix: Correct Quota styling
Pipeline #1321283 passed
......@@ -240,6 +240,7 @@
<b-form-input
:id="'resourceQuotaSlider-' + data.item.resource.id"
v-model="data.item.reserved.value"
class="resourceQuotaSlider"
type="range"
:min="minGiB(data.item.resource.id)"
:max="maxGiB(data.item.resource.id)"
......@@ -627,7 +628,7 @@ export default defineComponent({
.list-group {
width: 20%;
}
#resourceQuotaSlider {
.resourceQuotaSlider {
width: calc(100% - 8em);
padding-top: 0.6rem;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment