We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747ce39 commit ab7720eCopy full SHA for ab7720e
frontend/src/components/related/RelatedObjectBadge.css
@@ -0,0 +1,6 @@
1
+.related-object-badge__admin-link {
2
+ color: var(--theme-base-link);
3
+ text-decoration: none;
4
+ margin-left: -0.5rem;
5
+ margin-top: -0.3rem;
6
+}
frontend/src/components/related/RelatedObjectBadge.tsx
@@ -1,6 +1,8 @@
import { Badge } from "@maykin-ui/admin-ui";
import { isPrimitive } from "~/lib";
+import "./RelatedObjectBadge.css";
+
/**
7
* This refers to the fields in an object which are allowed to be rendered for
8
* an related object. If none of those match: an attempt may be made to automatically
0 commit comments