diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-01-15 11:57:40 +0100 |
---|---|---|
committer | ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-01-16 14:11:23 +0000 |
commit | 7a9d476b0b871c9d74fb7ff4aead77e99dba6905 (patch) | |
tree | 3e02a3bb8cf8f55a92d9998dd1e0fbd3cdc40607 /webapp | |
parent | f0ef71b0196c6df4e7dfb0f3cc543b865381e51a (diff) |
[webapp] Add minimum size for button
Change-Id: I2f8e6057408227b5cf48455918ac4850eaa49d84
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'webapp')
-rw-r--r-- | webapp/src/index.html | 1 |
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> |