Skip to content

Commit

Permalink
Merge branch 'master' into fix_release_4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeor committed Jan 11, 2022
2 parents 7657243 + f9059a5 commit 29bb1fd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
2 changes: 0 additions & 2 deletions orif/plafor/Views/operational_competence/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,4 @@
element.remove();
})
}


</script>
24 changes: 23 additions & 1 deletion public/css/MY_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,26 @@ p.bg-primary {
display: none;
}

}
}
@media all and (max-width: 475px){

.responsiveTable th{
display: none;
}
.responsiveTable td .descTitle{
display: block!important;
font-size: 0.8rem;
color: #665d40;
}
.responsiveTable tr{
display: flex;
}
.responsiveTable td{
display: flex;
flex-direction: column;
justify-content: space-between;
padding-bottom: 10px!important;
}
.responsiveTable td:nth-child(2){
}
}

0 comments on commit 29bb1fd

Please sign in to comment.