Browse Source

Fix #1510 image display inside ui table

pull/1550/head
jlukic 10 years ago
parent
commit
400949ce41
1 changed files with 13 additions and 0 deletions
  1. 13
      src/definitions/collections/table.less

13
src/definitions/collections/table.less

@ -211,6 +211,19 @@
} }
/*******************************
Coupling
*******************************/
/* UI Image */
.ui.table th .image,
.ui.table th .image img,
.ui.table td .image,
.ui.table td .image img {
max-width: none;
}
/******************************* /*******************************
Types Types
*******************************/ *******************************/

Loading…
Cancel
Save