menu over
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
@apply bg-gray-100 p-3 mx-3 my-2 border-l-4 border-gray-400;
|
||||
}
|
||||
.markdown table {
|
||||
@apply m-auto border-t border-b border-gray-800 border-solid;
|
||||
@apply m-auto border-t border-b border-gray-800 border-solid whitespace-normal;
|
||||
}
|
||||
.markdown table thead th {
|
||||
@apply border-b border-solid border-gray-700;
|
||||
@@ -44,7 +44,7 @@
|
||||
@apply bg-gray-200;
|
||||
}
|
||||
.markdown pre {
|
||||
@apply overflow-x-auto shadow-md p-4 border-2 border-solid border-gray-100;
|
||||
@apply overflow-x-auto p-4 border border-solid border-gray-400 shadow-lg;
|
||||
}
|
||||
.markdown code {
|
||||
@apply bg-gray-200;
|
||||
|
||||
Reference in New Issue
Block a user