.layoutMonorow {
    display: flex;
    flex-direction: row;
    gap: 4px;

    justify-content: flex-start;
    align-items: center;
}