Skip to content

Commit f5dfe26

Browse files
committed
fix(css): .outputs-sidebarの幅指定をmin-widthに変更
1 parent 225265b commit f5dfe26

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • jig-core/src/main/resources/templates/assets

jig-core/src/main/resources/templates/assets/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,8 @@ table td.number {
741741
align-items: flex-start;
742742
}
743743
.outputs .outputs-sidebar {
744-
width: 250px;
744+
max-width: 250px;
745+
min-width: 250px;
745746
position: sticky;
746747
top: 60px;
747748
background-color: #f8f9fa;

0 commit comments

Comments
 (0)