防止包裹没有nowrap

时间:2015-12-18 05:31:57

标签: html css

我有这样的div:

std::string expr = "(?<ns>\\S+)";                // (?<ns>\S+)
boost::regex re("\\(\\?\\<(?<name>.+)\\>");      // \(\?\<(?<name>.+)\>
bool found = boost::regex_search(expr, re);      // **found is always false**

是否可以在不使用空格的情况下避免包装.wrap:nowrap或指定任何div的宽度

http://jsfiddle.net/WmcjM/71/

1 个答案:

答案 0 :(得分:0)

position: relative样式中删除.container