
@import (reference) '~jodit/src/styles/variables';

.jodit-google-maps {
	.jodit-tabs {
		display: flex;
		height: 100%;
		flex-direction: column;

		&__wrapper {
			flex: 1;

			.jodit-tab {
				height: 100%;
			}
		}
	}

	@media (max-width: @screen-xs) {
		.jodit-dialog__header {
			flex-direction: row;
		}
	}
}
