mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix rhs expansion card resize in resized windows, fix credit card title section being overlapped with the credit card number input hint.
This commit is contained in:
parent
3a76a324f6
commit
7bdc5a4a39
@ -1,6 +1,6 @@
|
||||
.SelfHostedExpansionRHSCard {
|
||||
display: flex;
|
||||
max-width: 280px;
|
||||
width: 280px;
|
||||
flex-direction: column;
|
||||
|
||||
&__Content {
|
||||
|
@ -58,7 +58,8 @@
|
||||
}
|
||||
|
||||
.section-title {
|
||||
margin-bottom: 24px;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.72);
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
|
Loading…
Reference in New Issue
Block a user