Merge branch 'develop' into 'develop'

Prevent accidental deletion of settings from the database

See merge request pleroma/admin-fe!150
This commit is contained in:
Angelina Filippova 2020-08-05 21:54:29 +00:00
commit 5ceda826f2

View file

@ -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%;