mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
oops missed a semicolon
This commit is contained in:
parent
03c30b0338
commit
9260b031e9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ limitations under the License.
|
|||
margin-bottom: 15px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 360px
|
||||
max-width: 360px;
|
||||
border-left: 4px solid $preview-widget-bar-color;
|
||||
color: $preview-widget-fg-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue