Merge pull request #7041 from kjac/v8/fix/listview-status-messages-styling
V8: Ensure that listview status messages are vertically centered
This commit is contained in:
@@ -117,6 +117,12 @@ h5.-black {
|
||||
}
|
||||
.umb-control-group {
|
||||
position: relative;
|
||||
|
||||
&.umb-control-group__listview {
|
||||
// position: relative messes up the listview status messages (e.g. "no search results")
|
||||
position: unset;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display:block;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="umb-property">
|
||||
<ng-form name="propertyForm">
|
||||
<div class="control-group umb-control-group" ng-class="{hidelabel:property.hideLabel}">
|
||||
<div class="control-group umb-control-group" ng-class="{hidelabel:property.hideLabel, 'umb-control-group__listview': property.alias === '_umb_containerView'}">
|
||||
|
||||
<val-property-msg></val-property-msg>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user