diff --git a/app/assets/stylesheets/application.scss.erb b/app/assets/stylesheets/application.scss.erb index 5f2534f7..e59aec7d 100644 --- a/app/assets/stylesheets/application.scss.erb +++ b/app/assets/stylesheets/application.scss.erb @@ -1500,15 +1500,17 @@ li.address_full { font-family: $Nunito_800ExtraBold; height: 100%; width: 100%; - padding: 6px 6px 6px 0px; + padding: 6px 6px 6px 10px; display: flex; align-items: center; font-size: 24px; line-height: 28px; + background: var(--white); + border-radius: 15px; } .machine_name { - width: 92%; + width: 94%; } .w_100 { @@ -1936,7 +1938,7 @@ br.clear { } .machine_tools_lmx_toggle img.banner_icon { - height: 22px; + height: 20px; filter: var(--filter); }