mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Harmonize spacings around comment box
This commit is contained in:
committed by
Oliver Günther
parent
d5925a5bc8
commit
74f954582c
@@ -35,8 +35,7 @@
|
||||
journals_wrapper_container.with_row(
|
||||
id: add_comment_wrapper_key,
|
||||
classes: "work-packages-activities-tab-index-component--input-container work-packages-activities-tab-index-component--input-container_sort-#{journal_sorting}",
|
||||
px: 2,
|
||||
py: 3,
|
||||
p: 3,
|
||||
bg: :subtle,
|
||||
data: add_comment_wrapper_data_attributes
|
||||
) do
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@mixin activities-tab-component($breakpoint, $input-container-padding-right: 10px)
|
||||
@mixin activities-tab-component($breakpoint)
|
||||
overflow-y: hidden
|
||||
&--content-container
|
||||
row-gap: var(--Layout-row-gap)
|
||||
@@ -39,7 +39,6 @@
|
||||
right: 0
|
||||
border-radius: 0px
|
||||
border-top: var(--borderWidth-thin, 1px) solid var(--borderColor-default)
|
||||
padding-right: $input-container-padding-right !important
|
||||
margin-bottom: 0 !important
|
||||
|
||||
&_sort-desc
|
||||
@@ -52,7 +51,7 @@
|
||||
|
||||
.work-packages-activities-tab-index-component--within-notification-center
|
||||
.work-packages-activities-tab-index-component
|
||||
@include activities-tab-component($breakpoint-lg, 15px)
|
||||
@include activities-tab-component($breakpoint-lg)
|
||||
|
||||
.work-packages-activities-tab-index-component--within-split-screen
|
||||
.work-packages-activities-tab-index-component
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<%=
|
||||
component_wrapper(class: "work-packages-activities-tab-journals-new-component") do
|
||||
flex_layout(my: 2, data: { test_selector: "op-work-package-journal-form" }) do |new_form_container|
|
||||
flex_layout(data: { test_selector: "op-work-package-journal-form" }) do |new_form_container|
|
||||
new_form_container.with_row(
|
||||
display: button_row_display_value,
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user