horizon/openstack_dashboard/static/app/core/images/_images.scss

15 lines
247 B
SCSS

table[ng-controller="horizon.app.core.images.table.ImagesController as table"] {
.detail-expanded .row {
background: none;
padding-left: 2em;
}
}
.textarea-fixed-width {
resize: vertical;
min-height: 13em;
max-height: 30em;
}