diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-14 22:03:20 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-14 22:03:20 -0400 |
| commit | 750a3333392724d10675ac4e2a6e124dc248bbe0 (patch) | |
| tree | 93928b05d3ec9de155e7c07d989093009c6f2ed5 /src/client/views/nodes/ButtonBox.scss | |
| parent | 244952ccc52bf66ac34eeea7d5469d0ba6313aff (diff) | |
| parent | 71f27b718d9be29034ba233b5be18ea29f59f30b (diff) | |
resolved merge conflicts
Diffstat (limited to 'src/client/views/nodes/ButtonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ButtonBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/ButtonBox.scss b/src/client/views/nodes/ButtonBox.scss index 92beafa15..5ed435505 100644 --- a/src/client/views/nodes/ButtonBox.scss +++ b/src/client/views/nodes/ButtonBox.scss @@ -3,10 +3,14 @@ height: 100%; pointer-events: all; border-radius: inherit; + display:table; } .buttonBox-mainButton { width: 100%; height: 100%; border-radius: inherit; + display:table-cell; + vertical-align: middle; + text-align: center; }
\ No newline at end of file |
