We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f83b5 commit bca6884Copy full SHA for bca6884
packages/joint-core/css/layout.css
@@ -152,19 +152,3 @@ Example of custom changes (in pure CSS only!):
152
Do not show marker vertices at all: .marker-vertices { display: none; }
153
Do not allow adding new vertices: .connection-wrap { pointer-events: none; }
154
*/
155
-
156
-/* foreignObject inside the elements (i.e joint.shapes.basic.TextBlock) */
157
-.joint-element .fobj {
158
- overflow: hidden;
159
-}
160
-.joint-element .fobj body {
161
- background-color: transparent;
162
- margin: 0px;
163
- position: static;
164
165
-.joint-element .fobj div {
166
- text-align: center;
167
- vertical-align: middle;
168
- display: table-cell;
169
- padding: 0px 5px 0px 5px;
170
0 commit comments