Change description-box from flex to block

I also make minor changes to the surroundings so that the same layout
and functionality as before is preserved.
This commit is contained in:
Cadence Ember
2021-06-24 21:05:06 +12:00
committed by Mostafa Ahangarha
parent 4a4867deeb
commit 7ec93825b6
2 changed files with 6 additions and 11 deletions

View File

@@ -492,11 +492,6 @@ hr {
}
/* Description Expansion Styling*/
#description-box {
display: flex;
flex-direction: column;
}
#descexpansionbutton {
display: none
}
@@ -511,7 +506,7 @@ hr {
height: 100%;
}
#descexpansionbutton + label {
#descexpansionbutton ~ label {
order: 1;
margin-top: 20px;
}