Make CallEvent tiles the same width all the time

This commit is contained in:
Germain Souquet 2021-07-26 09:42:17 +02:00
parent 468887415a
commit 2577211855

View file

@ -23,7 +23,7 @@ limitations under the License.
background-color: $dark-panel-bg-color;
border-radius: 8px;
margin: 10px auto;
max-width: 75%;
width: 75%;
box-sizing: border-box;
height: 60px;