Skip to content
Snippets Groups Projects
Commit 54ccd71b authored by Lorenzo Ancora's avatar Lorenzo Ancora
Browse files

Prevent accidental deletion of settings from the database by clicking on the...

Prevent accidental deletion of settings from the database by clicking on the Delete Setting buttons labels.
parent e8e43c23
No related branches found
No related tags found
1 merge request!150Prevent accidental deletion of settings from the database
......@@ -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