MrAntunes
12/13/2017 - 2:51 PM

Modal resize

resize bootstrap modal body, fitting content

	.modal-dialog{
		position: relative;
		display: table; /* This is important */
		overflow-y: auto;
		overflow-x: auto;
		width: auto;
		min-width: 300px;
	}