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:
Harshil Sharma 2023-11-29 20:07:28 +05:30 committed by GitHub
parent 8b07655a65
commit b8a78ffce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
transition: height 200ms ease; transition: height 200ms ease;
&.multi-team { &.multi-team {
height: 340px; min-height: 340px;
} }
&.single-team { &.single-team {

View File

@ -10,15 +10,18 @@
.url-input-container { .url-input-container {
display: flex; display: flex;
min-height: 32px; min-height: 32px;
flex-wrap: wrap;
align-items: center; align-items: center;
margin-top: 4px; margin-top: 4px;
.url-input-label { .url-input-label {
max-width: 100%;
flex: none; flex: none;
margin-right: 4px; margin-right: 4px;
color: rgba(var(--center-channel-color-rgb), 0.64); color: rgba(var(--center-channel-color-rgb), 0.64);
font-size: 12px; font-size: 12px;
line-height: 17px; line-height: 17px;
overflow-wrap: anywhere;
} }
.url-input-editable-container { .url-input-editable-container {