8 lines
511 B
CSS
8 lines
511 B
CSS
.flex-none {flex: none !important;}
|
|
#taskCreateForm #pri {width: 5rem;}
|
|
#taskCreateForm .empty-story-tip input {padding: 0;}
|
|
#taskCreateForm .empty-story-tip .input-control-suffix {padding-right: 0;}
|
|
#taskCreateForm .empty-story-tip .input-control-suffix .btn:hover:before {background: none;}
|
|
#taskCreateForm .selectStoryLabel {top: 50%;}
|
|
#testStoryBox th.required:before {content: '*'; color: rgba(var(--color-danger-500-rgb),var(--tw-text-opacity)); margin-right: 0.25rem; position: relative; top: 0.125rem;}
|