Skip to content

Commit

Permalink
Fix issues reported by VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Apr 24, 2020
1 parent 79b204e commit c6a5eea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/new-src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ input.priority {

select.priority {
width: 90px;
display: inline;
display: inline-block;
}

.caption-overview {
Expand Down Expand Up @@ -299,6 +299,7 @@ div#header-universe > div {
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.table-condensed>tbody>tr>td,
Expand Down

0 comments on commit c6a5eea

Please sign in to comment.