I have been trying to figure out what's up with bootstrap.css.
When someone posts a link to an article the desktop layout is a little funky since upgrading.
The image is 200px wide and tall - the descripton looks forced right. I just want to change one simple line to tellt he max-width to go from 200px to 100%
For some reason it's like I can't edit the file - it won't save or something... Is the file locked somehow?
I have tried to add this code
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image, .feed_link_content_preview .activity_feed_content_image {
max-width: 100% !important;
}
to bootstrap.css and it just vanishes... I clear cache and refresh and the code has reverted to back to 200px
I don't get it.