Skip to content

Commit

Permalink
fixed checkbox alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anda Laakso committed Sep 5, 2019
1 parent a5a6295 commit 79449a7
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -61,6 +61,16 @@
textarea.setting-input{
resize: vertical;
}

[name="runfromalm.isSSOEnabled"] {
position: relative;
top: 1px !important;
}

[name="runfromAlm.isFilterTestsEnabled"] {
position: relative;
top: 2px;
}
</style>

<j:if test="${empty(descriptor.almServers)}">
Expand Down

0 comments on commit 79449a7

Please sign in to comment.