Fix long blocked domain names on mobile about page

This commit is contained in:
Darius Kazemi 2023-01-02 14:46:07 -08:00
parent ce672d8acf
commit b3d1449add
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ $small-breakpoint: 960px;
word-break: break-all;
&.nowrap {
width: 25%;
width: 50%;
position: relative;
&::before {
@ -181,7 +181,7 @@ $small-breakpoint: 960px;
left: 8px;
right: 8px;
white-space: nowrap;
overflow: hidden;
overflow: scroll;
text-overflow: ellipsis;
}
}