Make CallEvent tiles the same width all the time

pull/21833/head
Germain Souquet 2021-07-26 09:42:17 +02:00
parent 468887415a
commit 2577211855
1 changed files with 1 additions and 1 deletions

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;