Browse Source

aggiunto padding alle celle con numeri nelle tabelle

ferrari 3 months ago
parent
commit
fc968c628e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      public/css/new_style.css

+ 4 - 0
public/css/new_style.css

@@ -1126,4 +1126,8 @@ body .select2-container .select2-selection--single .select2-selection__rendered
 
 
 body .form-select, body form .form-select {
 body .form-select, body form .form-select {
     padding-top: 9px;
     padding-top: 9px;
+}
+
+table.dataTable td.dt-type-numeric {
+    padding-right: 30px;
 }
 }