1
0
Fork 0
Gordon Williams 2024-09-12 08:54:15 +01:00
parent c7790acbb9
commit 9e0ce08f7d
1 changed files with 5 additions and 2 deletions

View File

@ -81,7 +81,10 @@ a.btn.btn-link.dropdown-toggle {
min-height: 8em;
}
.tile-content { position: relative; }
.tile-content {
position: relative;
overflow-wrap: anywhere; /* stop long text like links pushing the width out too far*/
}
.link-github {
position:absolute;
top: 36px;
@ -137,4 +140,4 @@ Not sure how to get 'normal' wrap behaviour (eg fill up until max-width, then wr
/*.tooltip:hover::after {
white-space: normal;
min-width: 160px;
}*/
}*/