webpack/containers/Application/overrides.scss in katello-3.13.4 vs webpack/containers/Application/overrides.scss in katello-3.14.0.rc1
- old
+ new
@@ -12,9 +12,14 @@
// 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;
}