.editor-post-author__select {
	margin: -5px 0;

	// Set the width of the author select box in IE11 to prevent it overflowing
	// outside of the container because of IE11 flexbox bugs.
	// We reset it to `width: auto;` for non-IE11 browsers.
	width: 100%;
	@supports (position: sticky) {
		width: auto;
	}
}
