From 7c09edeebaa0ce4f4d3bcbc054a962a5a5ad6192 Mon Sep 17 00:00:00 2001 From: "vinicius.reif" Date: Fri, 28 Sep 2018 10:09:59 -0300 Subject: [PATCH] set display inlie-block to tui-button --- TuiCss/tuicss.css | 1 + examples.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TuiCss/tuicss.css b/TuiCss/tuicss.css index 3ffd2ef..eaefffd 100644 --- a/TuiCss/tuicss.css +++ b/TuiCss/tuicss.css @@ -235,6 +235,7 @@ input, select, textarea { /* TUI BUTTON */ .tui-button { + display: inline-block; outline:0; padding: 1px 10px; background-color: rgb(0, 168, 0); diff --git a/examples.html b/examples.html index 57a11d6..aa6221b 100644 --- a/examples.html +++ b/examples.html @@ -309,7 +309,7 @@

- + accept