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 !150
parents e8e43c23 54ccd71b
Branches
Tags
1 merge request!150Prevent accidental deletion of settings from the database
Pipeline #29488 passed
......@@ -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.
Please register or to comment