.ex-table {
	display: flex;
	flex: 1;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.el-table {
	flex: 1;

	table {
		width: 100%;
	}
}

.ex-table-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	flex-wrap: wrap;

	.ex-table-pagination__right {
		white-space: nowrap;
	}
}

.custom-field {
	margin-bottom: 10px;
}
