forked from MapComplete/MapComplete
Fix: long domain names cause horizontal scroll with taghints
This commit is contained in:
parent
4c5d24a0a7
commit
eb47c4d5b9
2 changed files with 5 additions and 9 deletions
|
@ -896,10 +896,6 @@ video {
|
||||||
margin-right: 4rem;
|
margin-right: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-4 {
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mt-4 {
|
.mt-4 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -932,6 +928,10 @@ video {
|
||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mb-4 {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.ml-1 {
|
.ml-1 {
|
||||||
margin-left: 0.25rem;
|
margin-left: 0.25rem;
|
||||||
}
|
}
|
||||||
|
@ -1163,10 +1163,6 @@ video {
|
||||||
height: 20rem;
|
height: 20rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-5\/6 {
|
|
||||||
height: 83.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h-56 {
|
.h-56 {
|
||||||
height: 14rem;
|
height: 14rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if !userDetails || $userDetails.loggedIn}
|
{#if !userDetails || $userDetails.loggedIn}
|
||||||
<div>
|
<div class="break-words" style="word-break: break-word">
|
||||||
{#if tags === undefined}
|
{#if tags === undefined}
|
||||||
<slot name="no-tags"><Tr cls="subtle" t={Translations.t.general.noTagsSelected} /></slot>
|
<slot name="no-tags"><Tr cls="subtle" t={Translations.t.general.noTagsSelected} /></slot>
|
||||||
{:else if embedIn === undefined}
|
{:else if embedIn === undefined}
|
||||||
|
|
Loading…
Add table
Reference in a new issue