Skip to content
Snippets Groups Projects
Commit 5ceda826 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Merge branch 'develop' into 'develop'

Prevent accidental deletion of settings from the database

See merge request pleroma/admin-fe!150
parents e8e43c23 54ccd71b
No related branches found
No related tags found
No related merge requests found
......@@ -545,12 +545,16 @@
line-height: 22px;
margin-top: 7px;
width: 100%;
pointer-events: none;
span {
width: 100%;
display: flex;
justify-content: space-between;
align-items: baseline;
}
button {
pointer-events: auto;
}
}
.el-message {
min-width: 80%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment