Skip to content

Commit

Permalink
avoid inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 committed Jan 6, 2025
1 parent 74be7f6 commit 206f4e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<s:section hideBorder="true">
<s:group>
<s:preview>
<div style="width: 100%" class="jenkins-!-margin-bottom-0">
<div class="jdl-table-container">
<t:setIconSize/>
<table class="jenkins-table sortable ${iconSize == '16x16' ? 'jenkins-table--small' : iconSize == '24x24' ? 'jenkins-table--medium' : ''}">
<thead>
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/scss/pages/_tables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.jenkins-icon-size {
margin-bottom: 0;
}

.jdl-table-container {
width: 100%;
margin-bottom: 0;
}

0 comments on commit 206f4e2

Please sign in to comment.