Fix: long domain names cause horizontal scroll with taghints

This commit is contained in:
Pieter Vander Vennet 2024-02-27 03:32:56 +01:00
parent 4c5d24a0a7
commit eb47c4d5b9
2 changed files with 5 additions and 9 deletions

View file

@ -896,10 +896,6 @@ video {
margin-right: 4rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mt-4 {
margin-top: 1rem;
}
@ -932,6 +928,10 @@ video {
margin-right: 0.25rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-1 {
margin-left: 0.25rem;
}
@ -1163,10 +1163,6 @@ video {
height: 20rem;
}
.h-5\/6 {
height: 83.333333%;
}
.h-56 {
height: 14rem;
}