@media screen and (max-width: 1100px) {
	.action-button {
		min-width: 18px !important;
		width: 18px !important;
	}

	.action-button .button-text {
		display: none;
	}
}