mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 14:05:05 +08:00
Revert some of the comments in CSS files.
This commit is contained in:
@@ -269,6 +269,9 @@ article p code {
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* sets the image in @Next/Image components to respect the height of the content
|
||||
*/
|
||||
.next-image--dynamic-fill {
|
||||
width: 100%;
|
||||
grid-column: 1 / -1;
|
||||
|
||||
@@ -158,6 +158,9 @@ body {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
/*
|
||||
* Typography
|
||||
*/
|
||||
.h1:not(.prose *):not(.overwrite),
|
||||
.h2:not(.prose *):not(.overwrite),
|
||||
.h3:not(.prose *):not(.overwrite),
|
||||
@@ -356,6 +359,9 @@ table {
|
||||
@apply wrap-break-word;
|
||||
}
|
||||
|
||||
/*
|
||||
* sets the image in @Next/Image components to respect the height of the content
|
||||
*/
|
||||
.next-image--dynamic-fill {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user