aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-01-15 11:57:40 +0100
committerronan Le Martret <ronan.lemartret@iot.bzh>2018-01-16 14:11:23 +0000
commit7a9d476b0b871c9d74fb7ff4aead77e99dba6905 (patch)
tree3e02a3bb8cf8f55a92d9998dd1e0fbd3cdc40607
parentf0ef71b0196c6df4e7dfb0f3cc543b865381e51a (diff)
[webapp] Add minimum size for button
Change-Id: I2f8e6057408227b5cf48455918ac4850eaa49d84 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--webapp/src/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/src/index.html b/webapp/src/index.html
index 68b622f..b7f6264 100644
--- a/webapp/src/index.html
+++ b/webapp/src/index.html
@@ -47,6 +47,7 @@
font-weight: bold;
background: none;
color: royalblue;
+ min-height: 5rem;
}
</style>
</head>