divider: Remove the horizontal divider full width style (#1278)
This commit is contained in:
parent
d4f51f3135
commit
4b3731bf14
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ impl Divider {
|
|||
/// Creates a horizontal divider.
|
||||
pub fn horizontal() -> Self {
|
||||
Self {
|
||||
base: div().w_full(),
|
||||
base: div(),
|
||||
axis: Axis::Horizontal,
|
||||
label: None,
|
||||
color: None,
|
||||
|
|
|
|||
Loading…
Reference in a new issue