v1.css 502 B

123456789
  1. .twinsStoryBox .switchBranch {display:flex; position: relative;}
  2. .twinsStoryBox .switchBranch .c-actions {position: absolute; width: 50px; right: -50px; bottom: -5px;}
  3. .twinsStoryBox .newLine {display:flex; position: relative; padding-top: var(--form-grid-gap-y-half);}
  4. .twinsStoryBox .newLine .c-actions {position: absolute; width: 100px; right: -100px; bottom: -5px;}
  5. #storyNoticeBranch{margin-top:8px;}
  6. #storyNoticeBranch .form-label{height:auto;}
  7. #storyNoticeBranch .form-group{min-height:auto;}