Ana María Martínez Gómez

Results 254 comments of Ana María Martínez Gómez

It would be nice to update the prerequisites as well: > Ensure your os is the latest MacOS Contributing to this project gets too expensive if I need to buy...

I have just set up the project in [openSUSE](https://www.opensuse.org) and that is what I needed to do: 1. Install the Ruby version specified in [.ruby-version](https://github.com/digitalocean/hacktoberfest/blob/master/.ruby-version) 2. Install PostgreSQL (including the...

css grid? I don't think so, because the css is the same for the two tables and only the second one looks broken. This is where I am using it:...

``` table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before { top: initial; right: 1em; bottom: 0.3em; } ``` thanks @mkhairi! :wink: This removes the extra arrow, but not the fact that the...

@mkhairi > try to set column width on the first column This doesn't seem to work: http://live.datatables.net/liduciti/1/edit I have tried to remove the scroll (probably there is a better way...

@mkhairi > @Ana06, here alternative example using ellipsis and word-wrap http://live.datatables.net/sanabewe/5/ That works perfectly... until you add a `w-100` to the table (which I didn't add originally to simplify as...

@mkhairi > @Ana06 why did you add class `w-100`? is that necessary? To ensure that the table takes all the space. ## If the table is big enough, it looks...

@mkhairi that works! :tada: I am still not completely convinced with having to set the column width, but it is good enough :wink: The bug should still be fix in...

@mkhairi, just in case it is useful to fix the bug, we needed to add `word-break: break-all;` as well: https://github.com/openSUSE/open-build-service/pull/6985/commits/383e65c5688f9ba9eb2988fda0822832458da5ef :wink:

@mkhairi That's the one I have included. Maybe my guess why this is happening is wrong, but the issue is still there. This is my stylesheets/webui2/datatables.scss file: https://github.com/openSUSE/open-build-service/blob/master/src/api/app/assets/stylesheets/webui2/datatables.scss