Skip to content

Commit

Permalink
#3673 - Update dependencies
Browse files Browse the repository at this point in the history
- Remove apparently unnecessary CSS classes
  • Loading branch information
reckart committed Jun 7, 2023
1 parent 63da2a6 commit be78046
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
.feature-editor-label {
@include media-breakpoint-up(sm) {
@include make-col(3);
}
}

.feature-editor-label + .feature-editor-value {
@include media-breakpoint-up(sm) {
@include make-col(9);
}
}

.feature-editor-value {
@include media-breakpoint-up(sm) {
@include make-col(12);
}
}

/*
* When displaying feature editors in a sidebar, move the labels on top of the feature editors so
Expand Down

0 comments on commit be78046

Please sign in to comment.