Skip to content

Commit

Permalink
Fix quality gate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HThuren committed Feb 13, 2024
1 parent 77911c8 commit 18873ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/tabs/setup.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
.dialogBuildInfoGrid-col {
border: 1px solid black; // border
background-color: #f0f0f0;
padding: 5px; // padding around
padding: 5px; // padding around
margin: 5px; // between boxes
text-align: center;
user-select: text;
Expand All @@ -195,7 +195,6 @@
box-sizing: border-box;
}
.dialogBuildInfoGrid-row {
// clear: both;
overflow: hidden;
margin-bottom: 5px;
user-select: text;
Expand Down

0 comments on commit 18873ce

Please sign in to comment.