使用Katex with React JS,矩阵的元素放在矩阵外面

Using Katex with React JS, The elements of the matrix are placed outside the matrix

在React JS中使用Katex时,矩阵的元素被放置在矩阵之外

[class*="col-"] {
    float: left;
 } 

示例图片:

https://i.stack.imgur.com/gYEHm.png

CSS 代码将使元素呈现在矩阵之外,因为保留了浮点值。

请删除 css 文件中的上述行。