离子选择名称太大而无法显示

时间:2017-09-10 09:14:07

标签: javascript ionic-framework css-selectors pipe

我试图在离子选择中显示名称列表。但是,当显示名称的那一刻,它们太大而无法显示出来。 Here there is an image that show the situation

有没有办法使用某些管道(如br)或一些CSS显示整个名称?

我尝试了一些选择,但没有一个令人满意。

任何建议都将不胜感激。 谢谢!

1 个答案:

答案 0 :(得分:1)

.alert-md .alert-radio-label{
    white-space: inherit !important;
}

将空格更改为继承或初始化。

app.scss 中添加以上代码,而不是在your-component.scss中添加