mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-08 06:22:32 -04:00
Fix mobile wrapping (#803)
This commit is contained in:
parent
767be34f55
commit
16b3bb7598
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ body {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
dt {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.card {
|
||||
box-shadow: $card-shadow !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue