.task-button {
	> * {
		display: inline-block;
		margin-right: 0.4em;

		&:last-child {
			margin-right: 0;
		}
	}
}
