mirror of https://github.com/docker/docs.git
Merge pull request #18092 from dvdksn/fix-card-title-overflow
hugo: clip overflowing card titles
This commit is contained in:
commit
7d6ddf6eea
|
@ -1,4 +1,4 @@
|
||||||
<div class="not-prose">
|
<div class="not-prose overflow-x-hidden">
|
||||||
{{ if .link }}
|
{{ if .link }}
|
||||||
<a class="h-full" href="{{ .link }}">
|
<a class="h-full" href="{{ .link }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue