Prevent accidental deletion of settings from the database by clicking on the Delete Setting buttons labels.

This commit is contained in:
Lorenzo Ancora 2020-07-31 13:17:38 +00:00
parent e8e43c236d
commit 54ccd71b91

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