Skip to content

Commit d8581bc

Browse files
committed
CSS: smaller images in panel-lists.
1 parent b30ff48 commit d8581bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

less/one.less

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@
2424
}
2525
.evol-pnl,
2626
.evol-pnl-lst{
27-
padding-left:10px !important;
27+
padding-left:10px !important;
28+
.table {
29+
img {
30+
max-height: 60px;
31+
padding:0;
32+
}
33+
}
2834
}
2935

3036
.panel-heading { // panel-heading from Bootstrap
@@ -80,6 +86,7 @@
8086
margin:1em;
8187
}
8288
}
89+
8390
.evol-ellipsis {
8491
white-space: nowrap;
8592
overflow: hidden;

0 commit comments

Comments
 (0)