Fixed units selection bar bug
This commit is contained in:
parent
0d785ffef2
commit
4336fe03b5
@ -13,4 +13,5 @@
|
|||||||
gap: 30px;
|
gap: 30px;
|
||||||
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
margin-bottom: 16vh;
|
||||||
}
|
}
|
@ -168,8 +168,9 @@ Divide the Details page into 3 main sections:
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-flow: row wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-body-units-selection-container:hover {
|
.details-body-units-selection-container:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user