mirror of https://github.com/ColorlibHQ/AdminLTE
Merge pull request #82 from manhg/master
Fix bug of image max width (supposed to be width of its container)pull/85/head
commit
e715f1b75d
|
@ -142,7 +142,7 @@ h6,
|
||||||
}
|
}
|
||||||
/* All images should be responsive */
|
/* All images should be responsive */
|
||||||
img {
|
img {
|
||||||
max-width: 100%important;
|
max-width: 100% !important;
|
||||||
}
|
}
|
||||||
.sort-highlight {
|
.sort-highlight {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
|
|
|
@ -140,7 +140,7 @@ h6,
|
||||||
|
|
||||||
/* All images should be responsive */
|
/* All images should be responsive */
|
||||||
img {
|
img {
|
||||||
max-width: 100%important;
|
max-width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sort-highlight {
|
.sort-highlight {
|
||||||
|
|
Loading…
Reference in New Issue