added history of changes

This commit is contained in:
vladrigos
2020-08-04 10:47:53 +03:00
parent 38069c57d4
commit 812bb2b23a
7 changed files with 186 additions and 36 deletions

View File

@ -12,7 +12,7 @@
.itemImg, .itemImgs{
float: left !important;
display: inline-block;
width: 30%!important;
/*width: 30%!important;*/
}
.media__upload_img img{
@ -28,12 +28,21 @@
flex-direction: column;
}
.field-usercard-fields-0-value{
/*.field-usercard-fields-0-value{*/
/* display: flex;*/
/* width: auto;*/
/*}*/
tr td div input{
width: 100% !important;
}
.list-cell__value div{
display: flex;
width: auto;
}
.field-usercard-fields-0-value .itemImg {
input .itemImg{
width: 100% !important;
}