Skip to content

Commit c907214

Browse files
committed
fix(ui): css
1 parent 617e8f1 commit c907214

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ input.submit_button:focus {
114114
box-shadow: 0 0 10px rgba(233,175,102,1);
115115
}
116116

117+
.layout_vsplit.form #tabspanel + div.ui-tabs:not(.horizontal) {
118+
width: calc(100% - 30px) !important
119+
}
120+
117121
.line0 {
118122
background-color: #F0F0F0;
119123
}

0 commit comments

Comments
 (0)