problems: fix ack tooltip styles for alert list

This commit is contained in:
Alexander Zobnin
2019-01-15 18:52:26 +03:00
parent 79e4ec884a
commit 74ea451da9
4 changed files with 18 additions and 27 deletions

View File

@@ -182,10 +182,8 @@
}
.ack-tooltip {
.drop-content {
// Rewrite tooltip width
max-width: 70rem !important;
min-width: 30rem !important;
&.popper {
max-width: 800px;
}
.ack-comments {
@@ -193,25 +191,13 @@
}
.ack-add-button {
padding-top: 1rem;
padding-top: 0.4rem;
text-align: left;
}
table td, th {
padding-right: 1rem;
}
.ack-input-group {
padding-top: 1rem;
input {
border: 1px solid;
border-radius: 2px;
width: 50%;
}
button {
margin-left: 1rem;
}
text-align: left;
}
}