Sha256: 2f7ac656f5588ad9508dd33bb2ee49cf02d87516a8c5a2a6f8c1724d0329e1aa
Contents?: true
Size: 946 Bytes
Versions: 16
Compression:
Stored size: 946 Bytes
Contents
//TODO: for some reason these are missing in our patternfly version html .pagination-pf-pagesize.btn-group { display: flex; float: none; margin-bottom: 0; margin-left: 0; margin-right: 5px; width: auto; } // necessary because of !important table margin css from foreman // https://github.com/theforeman/foreman/blob/develop/app/assets/stylesheets/base.scss#L242 .table + .table-view-pf-pagination { margin-top: -6px !important; } td, th { overflow: auto; word-wrap: break-word; } // override foreman's .editable styles, that are conflicting with the patternfly ones .pf-table-inline-edit { .editable { background: none; } } // needed to ensure correct spacing between buttons and the button // container .toolbar-pf .form-group { .btn, .btn-group, .btn-container, .tooltip-button-helper { + .btn, + .btn-group, + .btn-container, + .tooltip-button-helper { margin-left: 5px; } } }
Version data entries
16 entries across 16 versions & 1 rubygems