about summary refs log tree commit diff stats
path: root/src/layout/box.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/box.nim')
-rw-r--r--src/layout/box.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/layout/box.nim b/src/layout/box.nim
index d461f0f5..d7ae3400 100644
--- a/src/layout/box.nim
+++ b/src/layout/box.nim
@@ -23,6 +23,9 @@ type
     width*: int
     height*: int
 
+  InlineSpacing* = ref object of InlineAtom
+    word*: InlineWord
+
   InlineWord* = ref object of InlineAtom
     str*: string
     fontstyle*: CSSFontStyle