2 @use '_variables' as *;
4 @use '_miniature' as *;
10 justify-content: space-between;
12 .moderation-expanded-label {
13 @include margin-right(5px);
15 font-weight: $font-semibold;
16 display: inline-block;
22 .moderation-expanded-text {
24 word-wrap: break-word;
26 ::ng-deep p:last-child {
27 margin-bottom: 0 !important;
36 @media screen and (max-width: $primeng-breakpoint) {
43 my-action-dropdown.show {
44 ::ng-deep .dropdown-root {
45 display: block !important;
51 @include disable-outline;
53 color: var(--mainForegroundColor);
55 ::ng-deep p:last-child {
62 flex-direction: column;
69 @media screen and (max-width: $primeng-breakpoint) {
71 justify-content: flex-start !important;