Merge branch 'bugfix/unorderedlist_spacing' into 'develop'
added spacing to unordered list See merge request BPHV_MIPS/mvm_core_ui!776
This commit is contained in:
commit
5328dade86
@ -36,7 +36,7 @@ import Foundation
|
||||
for molecule in list {
|
||||
models.append(MoleculeStackItemModel(with: StringAndMoleculeModel(string: bulletChar, molecule: molecule, stringColor: bulletColor)))
|
||||
}
|
||||
super.init(molecules: models, spacing: 0)
|
||||
super.init(molecules: models, spacing: Four)
|
||||
}
|
||||
|
||||
public override func encode(to encoder: Encoder) throws {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user