Merge branch 'ent-10968-el-campo-comentario-mostrado-en-la-vista-deberia-tener-una-fuente-dos-puntos-mas-pequena' into 'develop'

Ent 10968 el campo comentario mostrado en la vista deberia tener una fuente dos puntos mas pequena

See merge request artica/pandorafms!5747
This commit is contained in:
Rafael Ameijeiras 2023-05-22 15:51:45 +00:00
commit 900b1fb3f5
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ table#table_events > tbody > tr > td {
padding: 0px !important;
}
table#table_events > tbody > tr > td > i {
font-size: 7.5pt;
}
td > input[id^="checkbox-multi"] {
margin: 0px !important;
}