mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Updated styling to make modal look acceptable on really narrow screens (#25557)
* Updated styling to make modal look acceptable on really narrow screens * Kneeled down to the wishes of thy linter
This commit is contained in:
parent
8b07655a65
commit
b8a78ffce8
@ -7,7 +7,7 @@
|
||||
transition: height 200ms ease;
|
||||
|
||||
&.multi-team {
|
||||
height: 340px;
|
||||
min-height: 340px;
|
||||
}
|
||||
|
||||
&.single-team {
|
||||
|
@ -10,15 +10,18 @@
|
||||
.url-input-container {
|
||||
display: flex;
|
||||
min-height: 32px;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
margin-top: 4px;
|
||||
|
||||
.url-input-label {
|
||||
max-width: 100%;
|
||||
flex: none;
|
||||
margin-right: 4px;
|
||||
color: rgba(var(--center-channel-color-rgb), 0.64);
|
||||
font-size: 12px;
|
||||
line-height: 17px;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.url-input-editable-container {
|
||||
|
Loading…
Reference in New Issue
Block a user