Code Review
/
src
/
xds
/
xds-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f0ef71b
)
[webapp] Add minimum size for button
03/13203/2
author
Ronan Le Martret
<ronan.lemartret@iot.bzh>
Mon, 15 Jan 2018 10:57:40 +0000
(11:57 +0100)
committer
ronan Le Martret
<ronan.lemartret@iot.bzh>
Tue, 16 Jan 2018 14:11:23 +0000
(14:11 +0000)
Change-Id: I2f8e6057408227b5cf48455918ac4850eaa49d84
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
webapp/src/index.html
patch
|
blob
|
history
diff --git
a/webapp/src/index.html
b/webapp/src/index.html
index
68b622f
..
b7f6264
100644
(file)
--- 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>