adjust sidelinks padding a bit more

This commit is contained in:
drusepth 2022-01-25 23:41:26 -08:00
parent ea47cf2acd
commit c792fa15f6
2 changed files with 4 additions and 3 deletions

View File

@ -34,7 +34,8 @@ p.long-form {
a {
display: block;
padding: 10px 20px;
padding: 10px;
padding-right: 0;
}
}

View File

@ -45,11 +45,11 @@
<%= category[:label].capitalize.presence || '(blank)' %>
<% if editing && category[:percent_complete].present? %>
<% if category[:percent_complete] == 100 %>
<span class="green-text hide-on-med-and-down">
<span class="green-text hide-on-med-and-down" style="padding-left: 10px">
<i class="material-icons">check</i>
</span>
<% else %>
<span class="grey-text hide-on-med-and-down">
<span class="grey-text hide-on-med-and-down" style="padding-left: 10px">
<small><%= category[:percent_complete] %>%</small>
</span>
<% end %>