Change display to block
Change display from flex to block so that the direction of content would get properly set
This commit is contained in:
parent
3e8ddabcc1
commit
965a8ea9fd
@ -493,8 +493,7 @@ hr {
|
|||||||
|
|
||||||
/* Description Expansion Styling*/
|
/* Description Expansion Styling*/
|
||||||
#description-box {
|
#description-box {
|
||||||
display: flex;
|
display: block;
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#descexpansionbutton {
|
#descexpansionbutton {
|
||||||
|
Loading…
Reference in New Issue
Block a user