Make CallEvent tiles the same width all the time
This commit is contained in:
parent
468887415a
commit
2577211855
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ limitations under the License.
|
||||||
background-color: $dark-panel-bg-color;
|
background-color: $dark-panel-bg-color;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
max-width: 75%;
|
width: 75%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue