Explorar o código

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

Peter Thomassen %!s(int64=2) %!d(string=hai) anos
pai
achega
6ffc268cb0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {