Merge pull request #1571 from nxdefiant/master

main.css: Force line break for smaller resolutions
master
Gordon Williams 2022-03-15 08:44:16 +00:00 committed by GitHub
commit e257d08b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ a.btn.btn-link.dropdown-toggle {
min-height: 8em; min-height: 8em;
} }
.tile-content { position: relative; } .tile-content { position: relative; word-break: break-all; }
.link-github { .link-github {
position:absolute; position:absolute;
top: 36px; top: 36px;