Skip to content

Commit

Permalink
improve layout so it works with two line names
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Sep 22, 2023
1 parent c520c3b commit 1e27c75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions plugins/SitesManager/stylesheets/SitesManager.less
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ td.editable-site-field:hover {
border: 1px solid @theme-color-background-lowContrast;
margin: 16px 20px;
position: relative;
display: table;

@media only screen and (max-width: 992px) {
width: 264px;
Expand All @@ -311,17 +312,18 @@ td.editable-site-field:hover {
a {
text-decoration: none;
color: @theme-color-text;
display: block;
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
}

img {
height: 48px;
width: 48px;
position: absolute;
left: 24px;
top: 8px;
top: 7px;

@media only screen and (max-width: 992px) {
left: 16px;
Expand All @@ -332,7 +334,7 @@ td.editable-site-field:hover {
font-size: 16px;
font-weight: bold;
line-height: 24px;
margin: 20px 0 0 88px;
margin: 0 0 0 88px;
display: inline-block;

@media only screen and (max-width: 992px) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e27c75

Please sign in to comment.