Skip to content

Commit 9212907

Browse files
committed
button shift
1 parent cf6cf80 commit 9212907

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

web-app/admin/src/app/admin/admin-devices/device-details/device-details.component.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,10 @@
143143
background: #fef2f2;
144144
border: 1px solid #fecaca;
145145
border-radius: 12px;
146-
padding: 1.25rem;
146+
padding: 2rem;
147+
display: flex;
148+
flex-direction: column;
149+
min-height: 200px;
147150

148151
.danger-zone-title {
149152
font-size: 1.125rem;
@@ -158,6 +161,11 @@
158161
margin: 0 0 1.5rem 0;
159162
line-height: 1.5;
160163
}
164+
165+
.action-button.btn-danger {
166+
align-self: flex-end;
167+
margin-top: auto;
168+
}
161169
}
162170

163171
.warning-zone-card {

0 commit comments

Comments
 (0)