From 262a2ec8d80be148f9d615a5b1990d0512763722 Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Thu, 1 Feb 2018 11:23:49 -0600 Subject: [PATCH] docs(button) fix table markdown in breaking --- BREAKING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BREAKING.md b/BREAKING.md index 2911f8ab32..036fdc0813 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -74,11 +74,11 @@ In addition, several sets of mutually exclusive boolean attributes have been com The `small` and `large` attributes are now combined under the `size` attribute. The `clear`, `outline`, and `solid` attributes have been combined under `fill`. And, lastly, the `full` and `block` attributes have been combined under `expand`. -| Old Property | New Property | Property Behavior -| - | - | - | - | -| `small`, `large` | `size` | Sets the button size. -| `clear`, `outline`, `solid` | `fill` | Sets the button fill style. -| `full`, `block` | `expand` | Sets the button width. +| Old Property | New Property | Property Behavior | +| --------------------------- | ------------ | --------------------------- | +| `small`, `large` | `size` | Sets the button size. | +| `clear`, `outline`, `solid` | `fill` | Sets the button fill style. | +| `full`, `block`             | `expand` | Sets the button width. | **Old Usage Example:**