Avoid !important when not needed.
This css selector is sufficient to override bootstrap’s one.
This commit is contained in:
@@ -485,5 +485,5 @@ a.olControlZoomOut {
|
||||
|
||||
/* override any max-width image settings (e.g. bootstrap.css) */
|
||||
img.olTileImage {
|
||||
max-width: none !important;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user