update link to not have padding

This commit is contained in:
Pfeil, Scott Robert 2020-03-09 16:33:25 -04:00
parent 24961cb50e
commit b30c08f467

View File

@ -36,6 +36,10 @@ import UIKit
context?.strokePath() context?.strokePath()
} }
open override var intrinsicContentSize: CGSize {
return titleLabel?.intrinsicContentSize ?? super.intrinsicContentSize
}
//-------------------------------------------------- //--------------------------------------------------
// MARK: - ModelMoleculeViewProtocol // MARK: - ModelMoleculeViewProtocol
//-------------------------------------------------- //--------------------------------------------------