Przeglądaj źródła

fix(webapp): fix no-data slot positioning in domain view

Peter Thomassen 2 lat temu
rodzic
commit
6ffc268cb0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      www/webapp/src/views/Domain/CrudDomain.vue

+ 1 - 1
www/webapp/src/views/Domain/CrudDomain.vue

@@ -118,7 +118,7 @@ export default {
 
 <!-- Add "scoped" attribute to limit CSS to this component only -->
 <style scoped>
-    >>> td {
+    >>> tr:not(.v-data-table__empty-wrapper) td {
         vertical-align: top;
     }
     >>> .v-data-table .v-data-table__mobile-row {