Support table and table column sizing
All checks were successful
CI Pipeline / build (pull_request) Successful in 13s
All checks were successful
CI Pipeline / build (pull_request) Successful in 13s
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
module Notare
|
||||
module Nodes
|
||||
class TableCell < Base
|
||||
attr_reader :runs
|
||||
attr_reader :runs, :width
|
||||
|
||||
def initialize
|
||||
super
|
||||
def initialize(width: nil)
|
||||
super()
|
||||
@runs = []
|
||||
@width = width
|
||||
end
|
||||
|
||||
def add_run(run)
|
||||
|
||||
Reference in New Issue
Block a user