diff --git a/DropDown/src/DropDown.swift b/DropDown/src/DropDown.swift index e3b326d..9139e63 100644 --- a/DropDown/src/DropDown.swift +++ b/DropDown/src/DropDown.swift @@ -551,7 +551,6 @@ private extension DropDown { tableView.separatorColor = separatorColor tableView.layer.cornerRadius = cornerRadius tableView.layer.masksToBounds = true - tableView.separatorInset.left = 0 } }