I would like the have a Bootstrap Popover be wider. I read that this should work:
.popover-inner a { width: 600px; }
But, the browser c
.popover { max-width: 600px; width: auto; }
change max-width to your desired value, You can also set min-width, if you wish
min-width