.basic-properties {
    flex: 0 0 100%;
    .basic-property {
        .basic-property-label {
            font-weight: bold;
        }

        .basic-property-select {
            display: block;
            width: 100%;
        }
    }
}