Change display to block

Change display from flex to block so that the direction of content would get properly set
pull/2196/head
Mostafa Ahangarha 3 years ago committed by GitHub
parent 3e8ddabcc1
commit 965a8ea9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -493,8 +493,7 @@ hr {
/* Description Expansion Styling*/
#description-box {
display: flex;
flex-direction: column;
display: block;
}
#descexpansionbutton {

Loading…
Cancel
Save