mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Add padding for mobile view
This commit is contained in:
parent
90760e6d43
commit
693058c02a
2 changed files with 8 additions and 1 deletions
|
@ -29,6 +29,13 @@
|
|||
th.action-col-custom-width {
|
||||
width: 27% !important;
|
||||
}
|
||||
|
||||
// Fix margins in mobile view
|
||||
@media screen {
|
||||
td.tablet-margin-top-5 {
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dotgov-table {
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
</a>
|
||||
</td>
|
||||
{% if has_deletable_applications %}
|
||||
<td>
|
||||
<td class="tablet-margin-top-5">
|
||||
{% if application.status == "started" or application.status == "withdrawn" %}
|
||||
<a
|
||||
id="button-toggle-delete-domain-alert-{{ forloop.counter }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue