Fix minor detail in states and countries views

This commit is contained in:
luisramos0
2019-09-17 17:02:56 +01:00
parent bd2045cad7
commit 6d8c7a4bee
2 changed files with 7 additions and 7 deletions

View File

@@ -5,10 +5,10 @@
%table#listing_countries.index
%colgroup
%col{:style => "width: 35%"}/
%col{:style => "width: 35%"}/
%col{:style => "width: 20%"}/
%col{:style => "width: 10%"}/
%col{style: "width: 35%"}/
%col{style: "width: 35%"}/
%col{style: "width: 20%"}/
%col{style: "width: 10%"}/
%thead
%tr
%th= t("spree.country_name")

View File

@@ -1,9 +1,9 @@
#new_state
%table#listing_states.index
%colgroup
%col{:style => "width: 70%"}/
%col{:style => "width: 15%"}/
%col{:style => "width: 15%"}/
%col{style: "width: 70%"}/
%col{style: "width: 15%"}/
%col{style: "width: 15%"}/
%thead
%tr
%th= t("spree.name")