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