]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #712
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 28 May 2017 14:35:14 +0000 (15:35 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 28 May 2017 14:35:14 +0000 (15:35 +0100)
CHANGELOG.md
docs/css/bulma-docs.css
sass/utilities/mixins.sass

index 9655b75ce5d86190f8871c909ed691343173c002..81ea39e3360200524aad9ba62c6ec076f46688af 100644 (file)
@@ -5,6 +5,7 @@
 * Fix #728 selected row on striped table
 * Fix #747 remove flex-shrink for is-expanded
 * Fix #702 add icons support for select dropdown
+* Fix #712 delete button as flexbox item
 
 ## 0.4.1
 
index c0db634d735bca76341d65e7fae697984ee843cc..cac502ec38042208cd7ced5db4aec605c7f0b2a4 100644 (file)
@@ -3151,8 +3151,14 @@ input[type="submit"].button {
   border-radius: 290486px;
   cursor: pointer;
   display: inline-block;
+  flex-grow: 0;
+  flex-shrink: 0;
   font-size: 1rem;
   height: 20px;
+  max-height: 20px;
+  max-width: 20px;
+  min-height: 20px;
+  min-width: 20px;
   outline: none;
   position: relative;
   vertical-align: top;
@@ -3780,8 +3786,14 @@ input[type="submit"].button {
   border-radius: 290486px;
   cursor: pointer;
   display: inline-block;
+  flex-grow: 0;
+  flex-shrink: 0;
   font-size: 1rem;
   height: 20px;
+  max-height: 20px;
+  max-width: 20px;
+  min-height: 20px;
+  min-width: 20px;
   outline: none;
   position: relative;
   vertical-align: top;
index cd820150055877aac0d692937ed188116ea2aea9..99e644670ee26148083c9c5951074ef1c2b2eb7a 100644 (file)
   border-radius: 290486px
   cursor: pointer
   display: inline-block
+  flex-grow: 0
+  flex-shrink: 0
   font-size: $size-normal
   height: 20px
+  max-height: 20px
+  max-width: 20px
+  min-height: 20px
+  min-width: 20px
   outline: none
   position: relative
   vertical-align: top