mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Improved responsiveness
refs https://github.com/TryGhost/Team/issues/2067
This commit is contained in:
parent
ec126f0980
commit
a0b5267f0f
1 changed files with 7 additions and 2 deletions
|
@ -1113,10 +1113,15 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
|||
}
|
||||
|
||||
.gh-links-list-url {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: min-content minmax(auto,min-content) min-content min-content;
|
||||
align-items: center;
|
||||
padding-right: 32px;
|
||||
overflow: hidden;
|
||||
/* overflow: hidden; */
|
||||
}
|
||||
|
||||
.gh-links-list-item-edit-mode .gh-links-list-url {
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
|
||||
.gh-links-list-item a {
|
||||
|
|
Loading…
Add table
Reference in a new issue