/* ===================================== */
/* CSS for control sap.m/DraftIndicator  */
/* Base theme                            */
/* ===================================== */

.sapMDraftIndicator {

	>.sapMLabel {
		font-style: italic;
		padding-left: 1rem;
		padding-right: 1rem;

		>.sapMLabelTextWrapper {
			overflow: visible;
		}
	}

}