refactor, redesign
This commit is contained in:
parent
83a9e85d3d
commit
ff48d782c3
5 changed files with 46 additions and 20 deletions
|
@ -17,6 +17,12 @@
|
|||
place-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
/* we're using unprefixed line-clamp, but we want that to look correct in dev mode */
|
||||
*[style*="line-clamp: 2"] {
|
||||
display: -webkit-box !important;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
</style>
|
||||
<title>OpenGraph Debug Preview</title>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue